mirror of
https://github.com/penpot/penpot.git
synced 2026-03-28 14:20:27 +01:00
Merge pull request #8740 from penpot/niwinz-main-bugfix-7
🐛 Ensure path content is always PathData when saving
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user