mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: shortcut
This commit is contained in:
@@ -489,7 +489,6 @@
|
||||
(defn set-edit-content!
|
||||
([input-id value] (set-edit-content! input-id value true))
|
||||
([input-id value set-input-value?]
|
||||
(prn "set edit content: " value)
|
||||
(when input-id
|
||||
(when set-input-value?
|
||||
(when-let [input (gdom/getElement input-id)]
|
||||
|
||||
Reference in New Issue
Block a user