mirror of
https://github.com/penpot/penpot.git
synced 2026-03-22 10:23:43 +00:00
Fix stroke and color change bug.
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
(-apply-update [_ state]
|
||||
(update-in state [:shapes-by-id sid]
|
||||
merge
|
||||
{:stroke-type type}
|
||||
(when type {:stroke-type type})
|
||||
(when width {:stroke-width width})
|
||||
(when color {:stroke color})
|
||||
(when opacity {:stroke-opacity opacity})))))
|
||||
|
||||
Reference in New Issue
Block a user