🐛 Fix detach stroke (#6655)

This commit is contained in:
Alejandro Alonso
2025-06-06 12:24:18 +02:00
committed by GitHub
parent 5e254ff3f6
commit fec7d5cff2

View File

@@ -76,7 +76,7 @@
(mf/deps ids)
(fn [index color]
(let [color (-> color
(assoc :id nil :file-id nil))]
(dissoc :ref-id :ref-file))]
(st/emit! (dc/change-stroke-color ids color index)))))
handle-reorder