mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(editor): page history for non-sync graph
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
_ (state/sub :auth/id-token)
|
||||
file-sync-graph-uuid (and (user-handler/logged-in?)
|
||||
(file-sync-handler/enable-sync?)
|
||||
;; FIXME: Sync state is not cleared when switching to a new graph
|
||||
(file-sync-handler/current-graph-sync-on?)
|
||||
(file-sync-handler/get-current-graph-uuid))]
|
||||
(when (and page (not block?))
|
||||
(->>
|
||||
|
||||
Reference in New Issue
Block a user