fix: whiteboard is not being correctly persisted

This commit is contained in:
Peng Xiao
2022-09-02 14:40:31 +08:00
parent 5e44055984
commit afe9fdf5be
3 changed files with 4 additions and 5 deletions

View File

@@ -166,7 +166,7 @@
(defn- get-monitor-dirs
[]
(into #{#"^assets/" #"^journals/" #"^logseq/" #"^pages/" #"^draws/"}
(into #{#"^assets/" #"^journals/" #"^logseq/" #"^pages/" #"^draws/" #"^whiteboards/"}
(map #(re-pattern (str "^" % "/")))
(:file-sync/monitor-dirs (state/get-config))))