1
0
Fork 1
mirror of https://example.com synced 2024-11-23 05:36:39 +09:00

enhance: increase emoji picker search results

Co-authored-by: naskya <m@naskya.net>
This commit is contained in:
Ibuki Sugiyama 2023-11-05 21:02:47 +09:00 committed by naskya
parent 24deab1743
commit 23fb60e185
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -258,7 +258,7 @@ watch(q, () => {
const newQ = q.value.replace(/:/g, "").toLowerCase();
const searchCustom = () => {
const max = 16;
const max = 100;
const emojis = customEmojis;
const matches = new Set<firefish.entities.CustomEmoji>();