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:
parent
bfef94dbfb
commit
bc04a0b9f0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue