mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix problem with booleans in wasm
This commit is contained in:
parent
de8e27feb8
commit
fced0cf3b1
@ -145,7 +145,8 @@
|
|||||||
|
|
||||||
:content
|
:content
|
||||||
(cond
|
(cond
|
||||||
(= (:type self) :path)
|
(or (= (:type self) :path)
|
||||||
|
(= (:type self) :bool))
|
||||||
(api/set-shape-path-content v)
|
(api/set-shape-path-content v)
|
||||||
|
|
||||||
(= (:type self) :svg-raw)
|
(= (:type self) :svg-raw)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user