Browse Source

fix(rtc): is rtc-graph if graph-uuid exists

rcmerci 6 months ago
parent
commit
8c1930ec71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/worker/rtc/client_op.cljs

+ 1 - 1
src/main/frontend/worker/rtc/client_op.cljs

@@ -356,7 +356,7 @@
   [repo]
   (and (sqlite-util/db-based-graph? repo)
        (or (exists? js/process)
-           (some? (get-local-tx repo)))))
+           (some? (get-graph-uuid repo)))))
 
 (defn create-pending-block-ops-count-flow
   [repo]