mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: custom macro click issue
This commit is contained in:
@@ -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]}]
|
||||
|
||||
Reference in New Issue
Block a user