1
0
Peng Xiao 3 жил өмнө
parent
commit
a0054fc0e1

+ 1 - 0
src/main/frontend/state.cljs

@@ -1459,6 +1459,7 @@ Similar to re-frame subscriptions"
        (let [now (util/time-ms)]
          (>= (- now last-time) diff)))
      ;; not in editing mode
+     ;; Is this a good idea to put whiteboard check here?
      (not (or (get-edit-input-id) (active-tldraw-app))))))
 
 (defn set-nfs-refreshing!