fix image lazy loading/unloading
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled

This commit is contained in:
2026-03-21 20:39:06 +00:00
parent b25fffc2cf
commit cdf9218861

View File

@ -260,7 +260,7 @@ const ScrollableList = React.forwardRef<VirtuosoHandle, IScrollableList>(
<Virtuoso
useWindowScroll={useWindowScroll}
{...params}
overscan={window.innerHeight * 1.5}
overscan={window.innerHeight * 3}
ref={ref}
data={data}
totalCount={data.length}