mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: persisting db before opening new window
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
[frontend.handler.journal :as journal-handler]
|
||||
[frontend.handler.search :as search-handler]
|
||||
[frontend.handler.ui :as ui-handler]
|
||||
[frontend.handler.repo :as repo-handler]
|
||||
[frontend.handler.plugin :as plugin-handler]
|
||||
[frontend.modules.shortcut.before :as m]
|
||||
[frontend.state :as state]
|
||||
@@ -416,7 +417,7 @@
|
||||
:ui/open-new-window (when (util/electron?)
|
||||
{:desc "Open another window"
|
||||
:binding "mod+n"
|
||||
:fn ui-handler/open-new-window!})
|
||||
:fn repo-handler/open-new-window!})
|
||||
|
||||
:command/toggle-favorite {:desc "Add to/remove from favorites"
|
||||
:binding "mod+shift+f"
|
||||
|
||||
Reference in New Issue
Block a user