mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: move shortcut install to handler start
This commit is contained in:
@@ -55,4 +55,5 @@
|
||||
(defn stop []
|
||||
;; stop is called before any code is reloaded
|
||||
;; this is controlled by :before-load in the config
|
||||
(handler/stop!)
|
||||
(js/console.log "stop"))
|
||||
|
||||
Reference in New Issue
Block a user