mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
enhance: gracefully handle file graph only commands
Commands like graph/re-index resulted in a blank graph when run in a db graph. This gracefully handles this command and other known file graph commands by adding a :file-graph? config key to a command
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
[frontend.extensions.srs :as srs]
|
||||
[frontend.handler.command-palette :as command-palette]
|
||||
[frontend.handler.events :as events]
|
||||
[frontend.handler.file-based.events]
|
||||
[frontend.handler.file :as file-handler]
|
||||
[frontend.handler.global-config :as global-config-handler]
|
||||
[frontend.handler.notification :as notification]
|
||||
|
||||
Reference in New Issue
Block a user