0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 05:34:23 -05:00

🐛 Small fix

This commit is contained in:
Andrés Moya 2025-01-09 18:24:06 +01:00
parent 6a68411120
commit 41e6471cc6

View file

@ -139,7 +139,7 @@
(tinycolor/valid-color)
(tinycolor/->hex)
(str "#"))]
(apply f shape-ids {:color color} 0 [:ignore-touched true])))
(f shape-ids {:color color} 0 {:ignore-touched true})))
(defn update-fill
[value shape-ids]