mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
enhance: increase emoji picker search results
Co-authored-by: naskya <m@naskya.net> Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
parent
3064a363d7
commit
2e8a266019
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,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<Misskey.entities.CustomEmoji>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue