mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix: page rename undo/redo
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
(defn save-code-editor!
|
||||
[]
|
||||
(let [{:keys [config state editor]} (get @state/state :editor/code-block-context)]
|
||||
(state/set-state! :editor/skip-saving-current-block? true)
|
||||
(state/set-block-component-editing-mode! false)
|
||||
(when editor
|
||||
(.save editor)
|
||||
|
||||
Reference in New Issue
Block a user