Revert
parent
e00371c86e
commit
88310345d8
|
@ -522,7 +522,6 @@ export default class NimblePicker extends React.PureComponent {
|
||||||
ref={this.setSearchRef}
|
ref={this.setSearchRef}
|
||||||
onSearch={this.handleSearch}
|
onSearch={this.handleSearch}
|
||||||
data={this.data}
|
data={this.data}
|
||||||
set={set}
|
|
||||||
i18n={this.i18n}
|
i18n={this.i18n}
|
||||||
emojisToShowFilter={emojisToShowFilter}
|
emojisToShowFilter={emojisToShowFilter}
|
||||||
include={include}
|
include={include}
|
||||||
|
|
|
@ -17,7 +17,7 @@ export default class Search extends React.PureComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.data = props.data
|
this.data = props.data
|
||||||
this.emojiIndex = new NimbleEmojiIndex(this.data, props.set)
|
this.emojiIndex = new NimbleEmojiIndex(this.data)
|
||||||
this.setRef = this.setRef.bind(this)
|
this.setRef = this.setRef.bind(this)
|
||||||
this.clear = this.clear.bind(this)
|
this.clear = this.clear.bind(this)
|
||||||
this.handleKeyUp = this.handleKeyUp.bind(this)
|
this.handleKeyUp = this.handleKeyUp.bind(this)
|
||||||
|
|
Loading…
Reference in New Issue