0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 13:42:59 -05:00

🐛 Fix partially applied token on Border radius

This commit is contained in:
Eva Marco 2025-01-08 14:28:20 +01:00
parent 791cb7e5fe
commit 1f5903fa16

View file

@ -104,6 +104,7 @@
(when (ctsr/can-get-border-radius? shape) (when (ctsr/can-get-border-radius? shape)
(ctsr/set-radius-to-single-corner shape (first attributes) value))) (ctsr/set-radius-to-single-corner shape (first attributes) value)))
{:reg-objects? true {:reg-objects? true
:ignore-touched true
:attrs ctt/border-radius-keys})) :attrs ctt/border-radius-keys}))
(defn update-opacity [value shape-ids] (defn update-opacity [value shape-ids]