Skip to content

Commit

Permalink
Add scrolltobottom.js to vr reference process
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Sep 30, 2024
1 parent 52120c1 commit 7be05e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export const batchUpdateVRTestUrl = async(config: VRurlConfig): Promise<void> =>
}
else{
beforeScript = '';
readyScript = config.optimize ? 'scrollToBottom.js' : 'wait.js';
readyScript = config.optimize ? 'scrollToBottom.js' : 'scrollToBottom.js';
}

viewports = 'mobile' in urls[key] && urls[key].mobile ? mobileViewport : [];
Expand Down

0 comments on commit 7be05e1

Please sign in to comment.