mirror of
https://github.com/penpot/penpot.git
synced 2026-09-16 07:38:19 -04:00
Cleanup outdated props
This commit is contained in:
1 parent
5205b684e9
commit
c654766f87
1 file changed
+1
-2
@@ -60,8 +60,7 @@
|
||||
(toggle-or-apply-token shape token)))
|
||||
|
||||
(defn apply-token-to-shape
|
||||
"When the passed `:token` is non-nil apply it to the `:applied-tokens` on a shape."
|
||||
[{:keys [shape token attributes] :as props}]
|
||||
[{:keys [shape token attributes] :as _props}]
|
||||
(let [applied-tokens (apply-token-id-to-attributes {:shape shape
|
||||
:token-id (:id token)
|
||||
:attributes attributes})]
|
||||
|
||||
Reference in new issue
Block a user