Merge branch 'master' into feat/wb-linkings

This commit is contained in:
Peng Xiao
2022-11-23 13:12:20 +08:00
committed by GitHub
96 changed files with 3328 additions and 1039 deletions

View File

@@ -2754,7 +2754,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]