mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
🐛 Fixes problem when adding stroke
This commit is contained in:
parent
d6fc98c70b
commit
b5a875c03b
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@
|
|||
(st/emit! (dwc/update-shapes ids #(assoc %
|
||||
:stroke-style :solid
|
||||
:stroke-color "#000000"
|
||||
:stroke-opacity 1))))
|
||||
:stroke-opacity 1
|
||||
:stroke-width 1))))
|
||||
|
||||
on-del-stroke
|
||||
(fn [event]
|
||||
|
|
Loading…
Add table
Reference in a new issue