[web] qns/quiz: decrease virtualizer's ssrCount for quiz scroll mode (#1674)

This commit is contained in:
Nitesh Seram 2025-09-08 09:42:01 +05:30 committed by GitHub
parent 75c610a006
commit 59c6015036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ export default function QuestionQuizScrollableList({
<Section>
<WindowVirtualizer
ref={virtuaContainerRef}
ssrCount={questions.length}
ssrCount={Math.min(questions.length, 40)}
onScroll={() => {}}>
{questions.map((question, index) => (
<div key={question.slug}>