Skip to content

Commit cc3c302

Browse files
committed
fix: infinite scroll bug
1 parent 40ddb8c commit cc3c302

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/MessageList/MessageFlashList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ const MessageFlashListWithContext = (props: MessageFlashListPropsWithContext) =>
397397
return {
398398
animateAutoscrollToBottom: true,
399399
autoscrollToBottomThreshold: autoscrollToRecent ? 1 : undefined,
400-
disabled: !autoscrollToRecent,
401400
startRenderingFromBottom: true,
402401
};
403402
}, [autoscrollToRecent]);

0 commit comments

Comments
 (0)