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