mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
Additional polish and fixes
- fix two bugs with subs - didn't have global config and missing merge - explicit re-watch for global config - more docs
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
(route-handler/redirect-to-home!))
|
||||
(when-let [dir-name (config/get-repo-dir graph)]
|
||||
(fs/watch-dir! dir-name))
|
||||
(global-config-handler/watch-for-global-config-dir! graph)
|
||||
(global-config-handler/re-watch-dir! graph)
|
||||
(srs/update-cards-due-count!)
|
||||
(state/pub-event! [:graph/ready graph])
|
||||
(repo-handler/refresh-repos!)
|
||||
|
||||
Reference in New Issue
Block a user