mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
[refactor] support React change event for set-edit-content! & fix image style of block conent
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
[input-id value]
|
||||
(when input-id
|
||||
(when-let [input (gdom/getElement input-id)]
|
||||
(gobj/set input "value" value))
|
||||
(util/set-change-value input value))
|
||||
(update-state! :editor/content (fn [m]
|
||||
(assoc m input-id value)))
|
||||
;; followers
|
||||
|
||||
Reference in New Issue
Block a user