mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: CTRL+z on config files goes back to previous page
fixed https://github.com/logseq/db-test/issues/169
This commit is contained in:
@@ -1363,7 +1363,7 @@ Similar to re-frame subscriptions"
|
||||
(defn into-code-editor-mode!
|
||||
[]
|
||||
(set-state! :editor/cursor-range nil)
|
||||
(swap! state merge {:editor/code-mode? true}))
|
||||
(swap! state assoc :editor/code-mode? true))
|
||||
|
||||
(defn set-editor-last-pos!
|
||||
[new-pos]
|
||||
|
||||
Reference in New Issue
Block a user