0
Fork 0
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:
Andrés Moya 2022-05-10 15:54:01 +02:00
parent 33882f44ef
commit 8432e970cb

View file

@ -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)]