mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: avoid flickr when editing another block
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user