mirror of
https://github.com/penpot/penpot.git
synced 2025-07-05 02:57:18 +02:00
Merge pull request #1881 from penpot/hirunatan-fix-pdf-page-size
🐛 Fix page size at pdf export
This commit is contained in:
commit
238cd14eb8
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
Add a link
Reference in a new issue