Skip to content

Commit

Permalink
Merge branch 'release/0.13.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Elbaz committed Jun 29, 2023
2 parents 2da6486 + 2b68b82 commit bb772f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-grand-tour",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"main": "./dist/main.cjs.js",
"module": "./dist/main.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Step/Step.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Step = React.memo(
return () => {
clearInterval(interval);
clearTimeout(timeout);
clearTimeout(trackInterval);
clearInterval(trackInterval);
window.removeEventListener('resize', adjustBoundaries);
window.removeEventListener('scroll', adjustBoundaries);
};
Expand Down

0 comments on commit bb772f1

Please sign in to comment.