mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
Merge pull request #5644 from penpot/ladybenko-9784-fix-set-path-content
🐛 Fix crash on set-shape-path-content
This commit is contained in:
commit
d046feef28
@ -124,7 +124,7 @@
|
|||||||
:opacity (api/set-shape-opacity v)
|
:opacity (api/set-shape-opacity v)
|
||||||
:hidden (api/set-shape-hidden v)
|
:hidden (api/set-shape-hidden v)
|
||||||
:shapes (api/set-shape-children 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)
|
:blur (api/set-shape-blur v)
|
||||||
nil)
|
nil)
|
||||||
;; when something synced with wasm
|
;; when something synced with wasm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user