mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 01:26:10 +02: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]
|
(rx/map (fn [objects]
|
||||||
(let [objects (render/adapt-objects-for-shape objects object-id)]
|
(let [objects (render/adapt-objects-for-shape objects object-id)]
|
||||||
{:objects objects
|
{:objects objects
|
||||||
:object object-id}))))))
|
:object (get objects object-id)}))))))
|
||||||
|
|
||||||
{:keys [objects object]} (use-resource fetch-state)]
|
{:keys [objects object]} (use-resource fetch-state)]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue