0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-19 19:21:23 -05:00

🐛 Fix stroke width not updating when applied from dimensions context menu

This commit is contained in:
Florian Schroedl 2025-01-21 14:19:59 +01:00
parent ad7dc5bed6
commit d82ac56d43

View file

@ -202,7 +202,7 @@
:separator
{:title "Border Radius" :submenu :border-radius}]
[:separator]
(stroke-width context-data)
(stroke-width (assoc context-data :on-update-shape wtch/update-stroke-width))
[:separator]
(generic-attribute-actions #{:x} "X" (assoc context-data :on-update-shape wtch/update-shape-position))
(generic-attribute-actions #{:y} "Y" (assoc context-data :on-update-shape wtch/update-shape-position))))}))