Merge remote-tracking branch 'upstream/master' into whiteboards

This commit is contained in:
Peng Xiao
2022-09-02 09:46:58 +08:00
27 changed files with 218 additions and 144 deletions

View File

@@ -515,7 +515,7 @@
payload (-> event
(js->clj :keywordize-keys true))]
(fs-watcher/handle-changed! type payload)
(when config/enable-file-sync?
(when (file-sync-handler/enable-sync?)
(sync/file-watch-handler type payload))))
(defmethod handle :rebuild-slash-commands-list [[_]]