mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: add assets support on memory-fs
This commit is contained in:
@@ -139,13 +139,12 @@
|
||||
(when multiple-choices?
|
||||
[:div.p-4 (ui/button "Apply"
|
||||
{:small? true
|
||||
:button-props
|
||||
{:on-mouse-down (fn [e]
|
||||
(util/stop e)
|
||||
(when @*toggle (@*toggle))
|
||||
(when (fn? on-apply)
|
||||
(on-apply selected-choices)
|
||||
(when close-modal? (state/close-modal!))))}})])]]
|
||||
:on-mouse-down (fn [e]
|
||||
(util/stop e)
|
||||
(when @*toggle (@*toggle))
|
||||
(when (fn? on-apply)
|
||||
(on-apply selected-choices)
|
||||
(when close-modal? (state/close-modal!))))})])]]
|
||||
(when (fn? tap-*input-val)
|
||||
(tap-*input-val input))
|
||||
[:div.cp__select
|
||||
|
||||
Reference in New Issue
Block a user