We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bd196 commit 6db16aeCopy full SHA for 6db16ae
src/components/infinite-story-base.js
@@ -103,6 +103,7 @@ export class InfiniteStoryBase extends React.Component {
103
loadNext={() => this.loadMore()}
104
loadMargin={this.props.loadMargin}
105
focusCallbackAt={this.props.focusCallbackAt || 20}
106
- onFocus={(index) => this.onFocus(index)}/>
+ onFocus={(index) => this.onFocus(index)}
107
+ neverHideItem={this.props.neverHideItem}/>
108
}
109
0 commit comments