mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: debounce shortcut installation
This commit is contained in:
@@ -134,7 +134,6 @@
|
||||
(state/set-current-repo! graph)
|
||||
;; load config
|
||||
(repo-config-handler/restore-repo-config! graph)
|
||||
(st/refresh!)
|
||||
(when-not (= :draw (state/get-current-route))
|
||||
(route-handler/redirect-to-home!))
|
||||
(when-let [dir-name (config/get-repo-dir graph)]
|
||||
@@ -557,7 +556,6 @@
|
||||
|
||||
(defn- refresh-cb []
|
||||
(page-handler/create-today-journal!)
|
||||
(st/refresh!)
|
||||
(file-sync-restart!))
|
||||
|
||||
(defmethod handle :graph/ask-for-re-fresh [_]
|
||||
|
||||
Reference in New Issue
Block a user