fix: custom macro click issue

This commit is contained in:
Peng Xiao
2021-11-23 14:02:34 +08:00
committed by Tienson Qin
parent 4ede5eaeb3
commit 6fa50fd454

View File

@@ -402,7 +402,8 @@
#())
[id])
[:div.lsp-hook-ui-slot
(merge opts {:id id})])))
(merge opts {:id id
:on-mouse-down (fn [e] (util/stop e))})])))
(rum/defc ui-item-renderer
[pid type {:keys [key template]}]