Skip to content

Commit

Permalink
fix: close window while editing
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and tiensonqin committed Oct 9, 2023
1 parent 8c79a2c commit a15daea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/frontend/modules/shortcut/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@
:sidebar/open-today-page
:sidebar/clear
:command/run
:command-palette/toggle])
:command-palette/toggle
:window/close])
(with-meta {:before m/prevent-default-behavior}))

:shortcut.handler/global-non-editing-only
Expand All @@ -711,7 +712,6 @@
:editor/open-file-in-directory
:editor/copy-current-file
:editor/copy-page-url
:window/close
:editor/new-whiteboard
:ui/toggle-wide-mode
:ui/select-theme-color
Expand Down

0 comments on commit a15daea

Please sign in to comment.