🐛 Fix incorrect relink operation for stroke image

This commit is contained in:
Andrey Antukh
2025-05-24 09:15:09 +02:00
parent 99fb905070
commit b5d96d312a

View File

@@ -626,6 +626,9 @@
(map? (:fill-image form))
(update-in [:fill-image :id] lookup-index)
(map? (:stroke-image form))
(update-in [:stroke-image :id] lookup-index)
;; This covers old shapes and the new :fills.
(uuid? (:fill-color-ref-file form))
(update :fill-color-ref-file lookup-index)