pl-fe: remove default initial index from scrollable list

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-19 22:56:12 +02:00
parent 357ad440f0
commit 36aadabf5f

View file

@ -80,7 +80,7 @@ const ScrollableList = React.forwardRef<Virtualizer<any, any>, IScrollableList &
hasMore,
placeholderComponent: Placeholder,
placeholderCount = 0,
initialIndex = 0,
initialIndex,
style = {},
estimatedSize = 300,
alignToBottom,