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,
|
hasMore,
|
||||||
placeholderComponent: Placeholder,
|
placeholderComponent: Placeholder,
|
||||||
placeholderCount = 0,
|
placeholderCount = 0,
|
||||||
initialIndex = 0,
|
initialIndex,
|
||||||
style = {},
|
style = {},
|
||||||
estimatedSize = 300,
|
estimatedSize = 300,
|
||||||
alignToBottom,
|
alignToBottom,
|
||||||
|
|
Loading…
Reference in a new issue