mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
🐛 Fix incorrect value processing on attrs->props
Causes unexpected exception on saving migrated files
This commit is contained in:
parent
1fa8888bf3
commit
896602903f
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@
|
|||
(contains? svg-present-list k))
|
||||
(cond
|
||||
(= k :class)
|
||||
(assoc res :className val)
|
||||
(assoc res :className v)
|
||||
|
||||
(= k :style)
|
||||
(let [v (if (string? v) (parse-style v) v)]
|
||||
|
|
Loading…
Add table
Reference in a new issue