mirror of
https://github.com/penpot/penpot.git
synced 2026-03-07 02:31:17 +00:00
🐛 Fix problem with booleans in wasm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user