mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
feat: add util persist-var
This commit is contained in:
@@ -1396,3 +1396,9 @@
|
||||
(defn get-favorites-name
|
||||
[]
|
||||
(or (:name/favorites (get-config)) "Favorites"))
|
||||
|
||||
(defn add-watch-state [key f]
|
||||
(add-watch state key f))
|
||||
|
||||
(defn remove-watch-state [key]
|
||||
(remove-watch state key))
|
||||
|
||||
Reference in New Issue
Block a user