mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 19:47:19 +02:00
🐛 Fix library color detach operation
This commit is contained in:
parent
b7f97dbeea
commit
19961f440a
1 changed files with 1 additions and 2 deletions
|
@ -117,8 +117,7 @@
|
||||||
(mf/deps ids)
|
(mf/deps ids)
|
||||||
(fn [index]
|
(fn [index]
|
||||||
(fn [color]
|
(fn [color]
|
||||||
(let [color (-> color
|
(let [color (dissoc color :ref-id :ref-file)]
|
||||||
(assoc :id nil :file-id nil))]
|
|
||||||
(st/emit! (dc/change-fill ids color index))))))
|
(st/emit! (dc/change-fill ids color index))))))
|
||||||
|
|
||||||
on-change-show-fill-on-export
|
on-change-show-fill-on-export
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue