mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
Merge pull request #8740 from penpot/niwinz-main-bugfix-7
🐛 Ensure path content is always PathData when saving
This commit is contained in:
commit
3abd63c35a
@ -69,7 +69,7 @@
|
|||||||
content (if (and (not preserve-move-to)
|
content (if (and (not preserve-move-to)
|
||||||
(= (-> content last :command) :move-to))
|
(= (-> content last :command) :move-to))
|
||||||
(path/content (take (dec (count content)) content))
|
(path/content (take (dec (count content)) content))
|
||||||
content)]
|
(path/content content))]
|
||||||
(st/set-content state content)))
|
(st/set-content state content)))
|
||||||
|
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user