This commit is contained in:
Tienson Qin
2022-07-05 08:39:35 +08:00
parent ecb2024c14
commit 1d88e285b0

View File

@@ -2082,9 +2082,9 @@
(cursor/move-cursor-to input (+ end-index 2))
(commands/insert! element-id (str (or property q) "::")
{:last-pattern (str searching-property "::")})
(state/set-editor-action! :property-value-search)
(state/set-editor-action-data! {:property (or property q)
:pos (cursor/pos input)})))))
:pos (cursor/get-caret-pos input)})
(state/set-editor-action! :property-value-search)))))
(defn property-value-on-chosen-handler
[element-id q]