mirror of
https://github.com/penpot/penpot.git
synced 2026-07-28 08:56:42 +00:00
🐛 Fix detach stroke (#6655)
This commit is contained in:
parent
5e254ff3f6
commit
fec7d5cff2
@ -76,7 +76,7 @@
|
|||||||
(mf/deps ids)
|
(mf/deps ids)
|
||||||
(fn [index color]
|
(fn [index color]
|
||||||
(let [color (-> color
|
(let [color (-> color
|
||||||
(assoc :id nil :file-id nil))]
|
(dissoc :ref-id :ref-file))]
|
||||||
(st/emit! (dc/change-stroke-color ids color index)))))
|
(st/emit! (dc/change-stroke-color ids color index)))))
|
||||||
|
|
||||||
handle-reorder
|
handle-reorder
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user