mirror of https://github.com/penpot/penpot.git
🐛 Fix typo on event name (#7350)
This commit is contained in:
parent
9686075104
commit
20dfc2a216
|
|
@ -498,7 +498,7 @@
|
|||
(rx/of
|
||||
(st/emit! (ev/event {::ev/name "apply-tokens"
|
||||
:type type
|
||||
:applyed-to attributes
|
||||
:applied-to attributes
|
||||
:applied-to-variant any-variant?}))
|
||||
(dwu/start-undo-transaction undo-id)
|
||||
(dwsh/update-shapes shape-ids (fn [shape]
|
||||
|
|
|
|||
Loading…
Reference in New Issue