mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix incorrect fills coerce to binary type when flag is disabled (#7169)
This commit is contained in:
parent
7023880e67
commit
66f5eb57b9
@ -119,7 +119,7 @@
|
||||
(c/assoc position fill)))
|
||||
(if (nil? fills)
|
||||
[fill]
|
||||
(-> (coerce fills)
|
||||
(-> fills
|
||||
(c/assoc position fill)))))
|
||||
|
||||
(defn update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user