Skip to content

Commit 93d08e7

Browse files
adds console log for cancelY and frameIdY
1 parent a62c76a commit 93d08e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ function cancelSynthScroll<T>(
21282128
cancelX = true,
21292129
cancelY = true
21302130
) {
2131-
console.log("cancelSynthScroll");
2131+
console.log("cancelSynthScroll", cancelY, state.frameIdY);
21322132
if (cancelX && state.frameIdX !== undefined) {
21332133
cancelAnimationFrame(state.frameIdX);
21342134
state.frameIdX = undefined;

0 commit comments

Comments
 (0)