mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Fix delete library color
This commit is contained in:
parent
5a0ec9525b
commit
b072c1d1d1
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@
|
|||
(on-assets-delete)
|
||||
(st/emit! (dwu/start-undo-transaction)
|
||||
(dwl/delete-color color)
|
||||
(dwl/sync-file file-id file-id :color (:id color))
|
||||
(dwl/sync-file file-id file-id :colors (:id color))
|
||||
(dwu/commit-undo-transaction)))))
|
||||
|
||||
rename-color-clicked
|
||||
|
|
Loading…
Add table
Reference in a new issue