mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix(DWIM): cursor jumps to drawer end if enter at property key
This commit is contained in:
@@ -2370,7 +2370,7 @@
|
||||
[:p.content
|
||||
(util/format "Property key \"%s\" already exists!" property-key)]
|
||||
:error)
|
||||
(cursor/move-cursor-to-end input)))
|
||||
(cursor/move-cursor-to-line-end input)))
|
||||
|
||||
;; when cursor in empty property key
|
||||
(and property-key (= property-key ""))
|
||||
|
||||
Reference in New Issue
Block a user