mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
improve increaseViewportBy
This commit is contained in:
@@ -459,7 +459,7 @@ const Board = () => {
|
||||
<PostLoader />
|
||||
) : (
|
||||
<Virtuoso
|
||||
increaseViewportBy={2000}
|
||||
increaseViewportBy={{bottom: 1000}}
|
||||
data={selectedFeed}
|
||||
itemContent={(index, thread) => {
|
||||
const { displayedReplies, omittedCount } = filteredRepliesByThread[thread.cid] || {};
|
||||
|
||||
Reference in New Issue
Block a user