Skip to content

Commit 6db16ae

Browse files
author
Ajay Menon
authored
fix: Passing neverHideItem from InfiniteStoryBase (#108)
1 parent a9bd196 commit 6db16ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/infinite-story-base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export class InfiniteStoryBase extends React.Component {
103103
loadNext={() => this.loadMore()}
104104
loadMargin={this.props.loadMargin}
105105
focusCallbackAt={this.props.focusCallbackAt || 20}
106-
onFocus={(index) => this.onFocus(index)}/>
106+
onFocus={(index) => this.onFocus(index)}
107+
neverHideItem={this.props.neverHideItem}/>
107108
}
108109
}

0 commit comments

Comments
 (0)