We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62c76a commit 93d08e7Copy full SHA for 93d08e7
src/index.ts
@@ -2128,7 +2128,7 @@ function cancelSynthScroll<T>(
2128
cancelX = true,
2129
cancelY = true
2130
) {
2131
- console.log("cancelSynthScroll");
+ console.log("cancelSynthScroll", cancelY, state.frameIdY);
2132
if (cancelX && state.frameIdX !== undefined) {
2133
cancelAnimationFrame(state.frameIdX);
2134
state.frameIdX = undefined;
0 commit comments