Skip to content

Commit 92397ba

Browse files
committed
Give more time for viewport to be ready
1 parent 5811118 commit 92397ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/popup-fenix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ const getPopupData = async function(tabId, first = false) {
13711371
) {
13721372
dom.cl.add(dom.root, 'portrait');
13731373
} else if ( dom.cl.has(dom.root, 'desktop') ) {
1374-
await nextFrames(4);
1374+
await nextFrames(8);
13751375
const main = qs$('#main');
13761376
const firewall = qs$('#firewall');
13771377
const minWidth = (main.offsetWidth + firewall.offsetWidth) / 1.1;

0 commit comments

Comments
 (0)