0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

🐛 Fix incorrect behavior of trim-file-data.

This commit is contained in:
Andrey Antukh 2022-01-21 14:47:22 +01:00
parent bfef94dbfb
commit bc04a0b9f0

View file

@ -251,7 +251,7 @@
(-> file
(update :data assoc :pages-index {page-id page})
(assoc :pages [page-id]))))
(update :data assoc :pages [page-id]))))
(declare strip-frames-with-thumbnails)