mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: remote graphs state when create/delete a remote graph
This commit is contained in:
@@ -194,7 +194,6 @@
|
||||
{:pre [(int? latest-txid) (>= latest-txid 0)]}
|
||||
(-> (p/let [_ (persist-var/-reset-value! graphs-txid [user-uuid graph-uuid latest-txid] repo)
|
||||
_ (persist-var/persist-save graphs-txid)]
|
||||
(state/pub-event! [:graph/refresh])
|
||||
(when (state/developer-mode?) (assert-local-txid<=remote-txid)))
|
||||
p->c))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user