emoji
This commit is contained in:
parent
a8c19c624a
commit
4f6b0ccf6b
9 changed files with 132 additions and 6 deletions
|
|
@ -181,7 +181,7 @@ watch(q, () => {
|
|||
|
||||
const searchCustom = () => {
|
||||
const max = 100;
|
||||
const emojis = customEmojis.value.filter(emoji => !emoji.draft);;
|
||||
const emojis = customEmojis.value.filter(emoji => !emoji.draft);
|
||||
const matches = new Set<Misskey.entities.CustomEmoji>();
|
||||
|
||||
const exactMatch = emojis.find(emoji => emoji.name === newQ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue