Explorar o código

docs: add a reminder

Peng Xiao %!s(int64=3) %!d(string=hai) anos
pai
achega
a0054fc0e1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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!