Pass custom emojis to EmojiPicker#search
parent
e10a779150
commit
2fdd9fee34
|
@ -334,6 +334,7 @@ export default class Picker extends React.Component {
|
|||
emojisToShowFilter={emojisToShowFilter}
|
||||
include={include}
|
||||
exclude={exclude}
|
||||
custom={CUSTOM_CATEGORY.emojis}
|
||||
autoFocus={autoFocus}
|
||||
/>
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ export default class Search extends React.Component {
|
|||
maxResults: this.props.maxResults,
|
||||
include: this.props.include,
|
||||
exclude: this.props.exclude,
|
||||
custom: this.props.custom,
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue