瀏覽代碼

docs: add a reminder

Peng Xiao 3 年之前
父節點
當前提交
a0054fc0e1
共有 1 個文件被更改,包括 1 次插入0 次删除
  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!