mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 15:31:26 -05:00
🐛 Fix page size at pdf export
https://tree.taiga.io/project/penpot/issue/3371
This commit is contained in:
parent
33882f44ef
commit
8432e970cb
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
(rx/map (fn [objects]
|
||||
(let [objects (render/adapt-objects-for-shape objects object-id)]
|
||||
{:objects objects
|
||||
:object object-id}))))))
|
||||
:object (get objects object-id)}))))))
|
||||
|
||||
{:keys [objects object]} (use-resource fetch-state)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue