mirror of
https://github.com/penpot/penpot.git
synced 2025-06-16 20:01:38 +02:00
Merge pull request #6282 from penpot/alotor-fix-bool-wasm
🐛 Fix problem with booleans in wasm
This commit is contained in:
commit
686ab14b43
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue