Skip to content

Commit

Permalink
Preview mobile param
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 9, 2024
1 parent 219c403 commit 02a60de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function init(node = document) {
]);

// timeout for the rest to proper prioritize in case of stalled loading
rest.map(({ name, el }) => setTimeout(() => start({ name, el })), 100);
rest.map(({ name, el }) => setTimeout(() => start({ name, el })));

// reload on breakpoint change to reset params and variables
window.raqnBreakpoint = getBreakPoint();
Expand Down

0 comments on commit 02a60de

Please sign in to comment.