fix: sync icon is missing

This commit is contained in:
Tienson Qin
2022-11-21 13:18:18 +08:00
parent 98c8ad304c
commit 3312bfc3b6
6 changed files with 62 additions and 54 deletions

View File

@@ -2757,7 +2757,8 @@
(block-handler/on-touch-move event block uuid edit? *show-left-menu? *show-right-menu?))
:on-touch-end (fn [event]
(block-handler/on-touch-end event block uuid *show-left-menu? *show-right-menu?))
:on-touch-cancel block-handler/on-touch-cancel
:on-touch-cancel (fn [_e]
(block-handler/on-touch-cancel *show-left-menu? *show-right-menu?))
:on-mouse-over (fn [e]
(block-mouse-over e *control-show? block-id doc-mode?))
:on-mouse-leave (fn [e]