mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: replace all onmousedown/up with onpointerdown/up
onMouseDown can't be used in dropdown trigger
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
(when multiple-choices?
|
||||
[:div.p-4 (ui/button "Apply"
|
||||
{:small? true
|
||||
:on-mouse-down (fn [e]
|
||||
:on-pointer-down (fn [e]
|
||||
(util/stop e)
|
||||
(when @*toggle (@*toggle))
|
||||
(when (fn? on-apply)
|
||||
|
||||
Reference in New Issue
Block a user