fix: avoid flickr when editing another block

This commit is contained in:
Tienson Qin
2025-06-02 16:34:27 +08:00
parent ccb940dd06
commit c2d5214d13

View File

@@ -800,8 +800,7 @@
(when (= (util/ekey e) "Escape")
(editor-on-hide state :esc e))))
:auto-focus true
:autocapitalize "off"
:autocorrect "off"
:auto-capitalize "off"
:class heading-class}
(some? parent-block)
(assoc :parentblockid (str (:block/uuid parent-block)))