mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 12:11:38 +02:00
🐛 Fix incorrect behavior of trim-file-data.
This commit is contained in:
parent
2d00e68b78
commit
ffa134f824
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
||||||
|
|
||||||
(-> file
|
(-> file
|
||||||
(update :data assoc :pages-index {page-id page})
|
(update :data assoc :pages-index {page-id page})
|
||||||
(assoc :pages [page-id]))))
|
(update :data assoc :pages [page-id]))))
|
||||||
|
|
||||||
(declare strip-frames-with-thumbnails)
|
(declare strip-frames-with-thumbnails)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue