styles
This commit is contained in:
parent
8872b4802e
commit
0a778160cc
3 changed files with 78 additions and 63 deletions
|
@ -37,9 +37,8 @@ const EmojiInput = {
|
|||
return false
|
||||
}
|
||||
return take(matchedSuggestions, 5)
|
||||
.map(({ displayText, imageUrl, replacement }, index) => ({
|
||||
displayText,
|
||||
replacement,
|
||||
.map(({ imageUrl, ...rest }, index) => ({
|
||||
...rest,
|
||||
// eslint-disable-next-line camelcase
|
||||
img: imageUrl || '',
|
||||
highlighted: index === this.highlighted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue