Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Sep 15, 2024
1 parent 6b1f5ec commit 6ded15e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ export const useControlPanel = () => {
setActivePosition(null);
window.removeEventListener('touchmove', touchMoveHandler);
});
window.addEventListener('touchmove', touchMoveHandler, {
passive: false,
});
window.addEventListener('touchmove', touchMoveHandler, {
passive: false,
});
},
[],
);
Expand Down

0 comments on commit 6ded15e

Please sign in to comment.