pl-fe: remove default initial index from scrollable list
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -80,7 +80,7 @@ const ScrollableList = React.forwardRef<Virtualizer<any, any>, IScrollableList &
|
||||
hasMore,
|
||||
placeholderComponent: Placeholder,
|
||||
placeholderCount = 0,
|
||||
initialIndex = 0,
|
||||
initialIndex,
|
||||
style = {},
|
||||
estimatedSize = 300,
|
||||
alignToBottom,
|
||||
|
||||
Reference in New Issue
Block a user