mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +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 last :command) :move-to))
|
||||
(path/content (take (dec (count content)) content))
|
||||
content)]
|
||||
(path/content content))]
|
||||
(st/set-content state content)))
|
||||
|
||||
ptk/WatchEvent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user