fix: block text blink when exits editor

pull/11049/head
Tienson Qin 2024-02-26 22:13:01 +08:00
parent c7d367d1ed
commit 429617ba8b
1 changed files with 1 additions and 1 deletions

View File

@ -2538,7 +2538,7 @@
(p/do!
(state/set-editor-op! :escape)
(editor-handler/save-block! (editor-handler/get-state) value)
(editor-handler/escape-editing select?))))}
(js/setTimeout #(editor-handler/escape-editing select?) 10))))}
edit-input-id
config))]
(if (and (seq (:block/tags block)) db-based?)