pl-fe: remove default initial index from scrollable list
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
357ad440f0
commit
36aadabf5f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ const ScrollableList = React.forwardRef<Virtualizer<any, any>, IScrollableList &
|
|||
hasMore,
|
||||
placeholderComponent: Placeholder,
|
||||
placeholderCount = 0,
|
||||
initialIndex = 0,
|
||||
initialIndex,
|
||||
style = {},
|
||||
estimatedSize = 300,
|
||||
alignToBottom,
|
||||
|
|
Loading…
Reference in a new issue