Merge pull request #6282 from penpot/alotor-fix-bool-wasm

🐛 Fix problem with booleans in wasm
This commit is contained in:
Alejandro Alonso 2025-04-11 11:06:31 +02:00 committed by GitHub
commit 686ab14b43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,7 +145,8 @@
:content
(cond
(= (:type self) :path)
(or (= (:type self) :path)
(= (:type self) :bool))
(api/set-shape-path-content v)
(= (:type self) :svg-raw)