mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
clear last saved cursor when pressing esc
This commit is contained in:
@@ -873,7 +873,8 @@
|
||||
[]
|
||||
(swap! state merge {:editor/editing? nil
|
||||
:editor/block nil
|
||||
:cursor-range nil}))
|
||||
:cursor-range nil
|
||||
:editor/last-saved-cursor nil}))
|
||||
|
||||
(defn into-code-editor-mode!
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user