We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b091ee commit 831d66cCopy full SHA for 831d66c
src/select/parts/virtual-list.tsx
@@ -75,7 +75,7 @@ const VirtualListOpen = forwardRef(
75
});
76
} else {
77
// Fix for AWSUI-61506. Defer scroll to next frame to ensure
78
- // virtual items are measured after re-render. When called from
+ // virtual items are measured after re-render. When called from
79
// parent's useEffect, measurements may not be ready yet.
80
requestAnimationFrame(() => scrollToIndex(index));
81
}
0 commit comments