mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Merge pull request #6633 from penpot/niwinz-develop-hotfix-1
🐛 Fix library color detach operation
This commit is contained in:
commit
ea4e69f381
@ -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…
x
Reference in New Issue
Block a user