style: update list atBottomThreshold

pull/81/head
moonrailgun 3 years ago
parent a7e4bb8b83
commit d0ee111160

@ -77,6 +77,7 @@ export const VirtualizedMessageList: React.FC<MessageListProps> = React.memo(
startReached={handleLoadMore} startReached={handleLoadMore}
followOutput={followOutput} followOutput={followOutput}
defaultItemHeight={25} defaultItemHeight={25}
atBottomThreshold={40}
/> />
); );
} }

Loading…
Cancel
Save