enhance: bottom bar to show undo mode

This commit is contained in:
Tienson Qin
2023-04-06 23:37:42 +08:00
parent e04ec1dd08
commit 6f1237a8b5
6 changed files with 52 additions and 14 deletions

View File

@@ -15,6 +15,7 @@
[frontend.handler.export :as export-handler]
[frontend.handler.whiteboard :as whiteboard-handler]
[frontend.handler.plugin-config :as plugin-config-handler]
[frontend.modules.editor.undo-redo :as undo-redo]
[frontend.modules.shortcut.dicts :as dicts]
[frontend.modules.shortcut.before :as m]
[frontend.state :as state]
@@ -258,7 +259,7 @@
:fn editor-handler/zoom-out!}
:editor/toggle-undo-redo-mode {:binding "mod+c mod+u"
:fn state/toggle-undo-redo-mode!}
:fn undo-redo/toggle-undo-redo-mode!}
:ui/toggle-brackets {:binding "mod+c mod+b"
:fn config-handler/toggle-ui-show-brackets!}