Skip to content

Commit 4aeb7ff

Browse files
committed
fix: remove useless log
1 parent cefeff9 commit 4aeb7ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function autoScroll({
5757
const [scrollHook] = throttle(() => {
5858
if (escapeHook(container)) return false;
5959
container.scrollTop = container.scrollHeight + offset;
60-
console.log("scrollHook is triggered");
6160
return true;
6261
}, throttleTime);
6362

0 commit comments

Comments
 (0)