perf(board): add overscan to virtuoso

This commit is contained in:
plebeius.eth
2023-10-20 20:07:56 +02:00
parent 1c66d16189
commit fd4bec03d1
+1
View File
@@ -1741,6 +1741,7 @@ const Board = () => {
) : null}
<Virtuoso
increaseViewportBy={{ bottom: 1200, top: 1200 }}
overscan={600}
data={selectedFeed}
itemContent={(index, thread) => {
if (editedComments[thread.cid]) {