Pass custom emojis to EmojiPicker#search

nolan/hinaloe-test
Jakob Krigovsky 2017-05-26 11:19:33 +02:00
parent e10a779150
commit 2fdd9fee34
2 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,7 @@ export default class Picker extends React.Component {
emojisToShowFilter={emojisToShowFilter}
include={include}
exclude={exclude}
custom={CUSTOM_CATEGORY.emojis}
autoFocus={autoFocus}
/>

View File

@ -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,
}))
}