mirror of
https://github.com/penpot/penpot.git
synced 2026-07-23 06:28:14 +00:00
🐛 Fix alignment selector for strokes (#10532)
This commit is contained in:
parent
40a79c2b5d
commit
f1f5a30624
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user