fix: shortcut

This commit is contained in:
Tienson Qin
2021-11-18 22:51:42 +08:00
parent b0fbc62801
commit f4a475a75c
2 changed files with 87 additions and 85 deletions

View File

@@ -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)]