mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
feat(electron): polish ui
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
|
||||
(defn handle-changed!
|
||||
[type {:keys [dir path content stat] :as payload}]
|
||||
;; (prn {:type type
|
||||
;; :payload payload
|
||||
;; :db-content (db/get-file path)
|
||||
;; :timestamp (db/get-file-last-modified-at (state/get-current-repo) path)})
|
||||
(when dir
|
||||
(let [repo (config/get-local-repo dir)
|
||||
{:keys [mtime]} stat]
|
||||
|
||||
Reference in New Issue
Block a user