🐛 Fix incorrect fills coerce to binary type when flag is disabled (#7169)

This commit is contained in:
Andrey Antukh 2025-08-21 15:11:14 +02:00 committed by GitHub
parent 7023880e67
commit 66f5eb57b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@
(c/assoc position fill)))
(if (nil? fills)
[fill]
(-> (coerce fills)
(-> fills
(c/assoc position fill)))))
(defn update