fix(sync): disable visibilitychange for the record

This commit is contained in:
Tienson Qin
2020-11-03 14:56:58 +08:00
parent 3197b784fd
commit 7494c66d25

View File

@@ -655,7 +655,8 @@
(not (editor-handler/in-auto-complete? (gdom/getElement id)))))
(state/clear-edit!))))))
:node (gdom/getElement id)
:visibilitychange? true))
;; :visibilitychange? true
))
100)
(when-let [element (gdom/getElement id)]