diff --git a/src/components/FileExplorer.tsx b/src/components/FileExplorer.tsx index cd472d9..98f18ff 100644 --- a/src/components/FileExplorer.tsx +++ b/src/components/FileExplorer.tsx @@ -309,6 +309,7 @@ function ListView({ width, height, metaData, expandTo, renderNodeContext }: List itemSize={compactFileTree ? 24 : 37} height={height} width={width} + overscanCount={20} > {VirtualNode}