Handle “-1” search
parent
dc93357137
commit
44f9914b25
|
@ -36,7 +36,7 @@ function search(value, maxResults = 75) {
|
|||
aIndex = index,
|
||||
length = 0
|
||||
|
||||
if (value == '-') {
|
||||
if (value == '-' || value == '-1') {
|
||||
return [emojisList['-1']]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue