mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix: share text or picture doesn't work if the app has been closed
This commit is contained in:
@@ -525,7 +525,8 @@
|
||||
:ui/toggle-document-mode {:binding "t d"
|
||||
:fn state/toggle-document-mode!}
|
||||
|
||||
:ui/highlight-recent-blocks {:fn state/toggle-highlight-recent-blocks!}
|
||||
:ui/highlight-recent-blocks {:binding "mod+c mod+r"
|
||||
:fn state/toggle-highlight-recent-blocks!}
|
||||
|
||||
:ui/toggle-settings {:binding (if mac? ["t s" "mod+,"] "t s")
|
||||
:fn ui-handler/toggle-settings-modal!}
|
||||
|
||||
Reference in New Issue
Block a user