0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-20 19:51:23 -05:00

🐛 Fix crash on set-shape-path-content

This commit is contained in:
Belén Albeza 2025-01-22 13:40:57 +01:00
parent 845f187690
commit 15b5346922

View file

@ -124,7 +124,7 @@
:opacity (api/set-shape-opacity v)
:hidden (api/set-shape-hidden v)
:shapes (api/set-shape-children v)
:content (api/set-shape-path-content v)
:content (when (= (:type self) :path) (api/set-shape-path-content v))
:blur (api/set-shape-blur v)
nil)
;; when something synced with wasm