🐛 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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