mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 06:11:40 +02:00
Update opacity
This commit is contained in:
parent
b43d16008f
commit
322c8ef8ec
2 changed files with 26 additions and 2 deletions
|
@ -156,8 +156,7 @@
|
|||
(dwt/update-dimensions shape-ids :height value)))))
|
||||
|
||||
(defn update-opacity [value shape-ids]
|
||||
(st/emit!
|
||||
(dch/update-shapes shape-ids #(assoc % :opacity value))))
|
||||
(dch/update-shapes shape-ids #(assoc % :opacity value)))
|
||||
|
||||
(defn update-stroke-width
|
||||
[value shape-ids]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue