mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: don't exit editor until another block's editor is ready
This fixes flickering or hiding of the system keyboard between input transitions on mobile.
This commit is contained in:
@@ -800,6 +800,8 @@
|
||||
(when (= (util/ekey e) "Escape")
|
||||
(editor-on-hide state :esc e))))
|
||||
:auto-focus true
|
||||
:autocapitalize "off"
|
||||
:autocorrect "off"
|
||||
:class heading-class}
|
||||
(some? parent-block)
|
||||
(assoc :parentblockid (str (:block/uuid parent-block)))
|
||||
|
||||
Reference in New Issue
Block a user