mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 23:11:39 +02:00
Merge pull request #3457 from penpot/niwinz-develop-bugfixes-2
🐛 Fix unexpected exception on viewer when page has no frame
This commit is contained in:
commit
091d1ff5cf
1 changed files with 2 additions and 1 deletions
|
@ -295,7 +295,8 @@
|
||||||
|
|
||||||
size
|
size
|
||||||
(mf/with-memo [frame zoom]
|
(mf/with-memo [frame zoom]
|
||||||
(calculate-size (:objects page) frame zoom))
|
(when frame
|
||||||
|
(calculate-size (:objects page) frame zoom)))
|
||||||
|
|
||||||
orig-size
|
orig-size
|
||||||
(mf/with-memo [orig-frame zoom]
|
(mf/with-memo [orig-frame zoom]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue