enhance: increase emoji picker search results
Co-authored-by: naskya <m@naskya.net>
This commit is contained in:
parent
24deab1743
commit
23fb60e185
@ -258,7 +258,7 @@ watch(q, () => {
|
|||||||
const newQ = q.value.replace(/:/g, "").toLowerCase();
|
const newQ = q.value.replace(/:/g, "").toLowerCase();
|
||||||
|
|
||||||
const searchCustom = () => {
|
const searchCustom = () => {
|
||||||
const max = 16;
|
const max = 100;
|
||||||
const emojis = customEmojis;
|
const emojis = customEmojis;
|
||||||
const matches = new Set<firefish.entities.CustomEmoji>();
|
const matches = new Set<firefish.entities.CustomEmoji>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user