Update opacity

This commit is contained in:
Florian Schroedl 2024-07-04 11:06:48 +02:00
parent b43d16008f
commit 322c8ef8ec
2 changed files with 26 additions and 2 deletions

View file

@ -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]