0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
This commit is contained in:
Florian Schroedl 2024-05-22 16:13:58 +02:00
parent 850bf80ffc
commit 2eb5efb274
2 changed files with 0 additions and 2 deletions

View file

@ -312,7 +312,6 @@
(-> (dt/maybe-apply-token-to-shape {:token token
:shape shape
:attributes (wtc/token-attributes :border-radius)})
(doto js/console.log)
(ctsr/set-radius-1 (or token-value value)))))))))
on-radius-multi-change

View file

@ -13,7 +13,6 @@
[app.main.data.workspace :as udw]
[app.main.data.workspace.changes :as dch]
[app.main.data.workspace.shape-layout :as dwsl]
[app.main.data.workspace.state-helpers :as wsh]
[app.main.data.workspace.transforms :as dwt]
[app.main.store :as st]))