🐛 Fix alignment selector for strokes (#10532)

This commit is contained in:
Eva Marco 2026-07-02 13:01:58 +02:00 committed by GitHub
parent 40a79c2b5d
commit f1f5a30624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,6 +204,10 @@
(mf/with-effect [options]
(mf/set-ref-val! options-ref options))
(mf/with-effect [default-selected options]
(reset! selected-id*
(get-selected-option-id options default-selected)))
[:div {:class [wrapper-class (stl/css :select-wrapper)]
:on-click on-click
:ref select-ref