Skip to content

Commit

Permalink
Don't reset for first test
Browse files Browse the repository at this point in the history
  • Loading branch information
svanherk committed Jul 7, 2023
1 parent 3086da5 commit 908954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let currentLang = undefined,
currentRtl = false,
currentViewportHeight = 0,
currentViewportWidth = 0,
shouldResetMouse = true;
shouldResetMouse = false;

export function requestMouseReset() {
shouldResetMouse = true;
Expand Down

0 comments on commit 908954f

Please sign in to comment.