Ver Fonte

docs: add a reminder

Peng Xiao há 3 anos atrás
pai
commit
a0054fc0e1
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/main/frontend/state.cljs

+ 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!