mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: add overscan to avoid blank flash
This commit is contained in:
parent
f56c8301a9
commit
a9217b5c4c
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ function ListView({ width, height, metaData, expandTo, renderNodeContext }: List
|
|||
itemSize={compactFileTree ? 24 : 37}
|
||||
height={height}
|
||||
width={width}
|
||||
overscanCount={20}
|
||||
>
|
||||
{VirtualNode}
|
||||
</FixedSizeList>
|
||||
|
|
|
|||
Loading…
Reference in a new issue