|
|
@@ -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?))
|
|
|
(->>
|