mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
🐛 Fix library color detach operation
This commit is contained in:
parent
b7f97dbeea
commit
19961f440a
@ -117,8 +117,7 @@
|
||||
(mf/deps ids)
|
||||
(fn [index]
|
||||
(fn [color]
|
||||
(let [color (-> color
|
||||
(assoc :id nil :file-id nil))]
|
||||
(let [color (dissoc color :ref-id :ref-file)]
|
||||
(st/emit! (dc/change-fill ids color index))))))
|
||||
|
||||
on-change-show-fill-on-export
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user