mirror of
https://github.com/penpot/penpot.git
synced 2025-02-21 06:16:28 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue