mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 19:27:13 +02: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)
|
(on-assets-delete)
|
||||||
(st/emit! (dwu/start-undo-transaction)
|
(st/emit! (dwu/start-undo-transaction)
|
||||||
(dwl/delete-color color)
|
(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)))))
|
(dwu/commit-undo-transaction)))))
|
||||||
|
|
||||||
rename-color-clicked
|
rename-color-clicked
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue