mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: a react component might have multiple reactive queries
This commit is contained in:
@@ -1328,7 +1328,7 @@
|
||||
|
||||
(defn input-idle?
|
||||
[repo & {:keys [diff]
|
||||
:or {diff 2000}}]
|
||||
:or {diff 1000}}]
|
||||
(when repo
|
||||
(or
|
||||
(when-let [last-time (get-in @state [:editor/last-input-time repo])]
|
||||
|
||||
Reference in New Issue
Block a user