rcmerci пре 2 година
родитељ
комит
99da0943c3
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/main/frontend/fs/sync.cljs

+ 2 - 1
src/main/frontend/fs/sync.cljs

@@ -175,7 +175,8 @@
        (reset! graphs-txid
        (reset! graphs-txid
                {:user-uuid user-uuid :graph-uuid graph-uuid :txid txid
                {:user-uuid user-uuid :graph-uuid graph-uuid :txid txid
                 :work-dir (config/get-repo-dir (state/get-current-repo))})
                 :work-dir (config/get-repo-dir (state/get-current-repo))})
-       (remove-graphs-txid-legacy))
+       (remove-graphs-txid-legacy)
+       (persist-var/-save graphs-txid))
 
 
      ;; just remove the legacy graphs-txid.edn if (some? @graphs-txid)
      ;; just remove the legacy graphs-txid.edn if (some? @graphs-txid)
      (and (some? @graphs-txid-legacy)
      (and (some? @graphs-txid-legacy)