Merge pull request #8740 from penpot/niwinz-main-bugfix-7

🐛 Ensure path content is always PathData when saving
This commit is contained in:
Alejandro Alonso
2026-03-24 12:44:51 +01:00
committed by GitHub

View File

@@ -69,7 +69,7 @@
content (if (and (not preserve-move-to)
(= (-> content last :command) :move-to))
(path/content (take (dec (count content)) content))
content)]
(path/content content))]
(st/set-content state content)))
ptk/WatchEvent