mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix detach stroke (#6655)
This commit is contained in:
parent
5e254ff3f6
commit
fec7d5cff2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue