Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Jun 20, 2024
1 parent 710fc50 commit 75c07cc
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/_next/static/chunks/556-ac2d711a334472fd.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/_next/static/chunks/556-e0a1aaa64aafcd00.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/examples.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/index.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ export const ClickScrollPlugin = /* @__PURE__ */ (() => ({

animateClickScroll(0);

return () => clear();
return () => {
// dont clear iteration `0` because in case of a tap it would be canceled instantly
iteration && clear();
};
},
},
}))() satisfies StaticPlugin<typeof clickScrollPluginModuleName>;

0 comments on commit 75c07cc

Please sign in to comment.