mirror of
https://github.com/penpot/penpot.git
synced 2026-08-23 13:18:36 +00:00
🐛 Fix page size at pdf export
https://tree.taiga.io/project/penpot/issue/3371
This commit is contained in:
parent
33882f44ef
commit
8432e970cb
@ -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…
x
Reference in New Issue
Block a user