1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 06:55:47 +02:00

tweak custom-emojis-manager

This commit is contained in:
syuilo
2025-04-28 08:49:37 +09:00
parent 8718d1c271
commit e0fd1c8f48
2 changed files with 6 additions and 7 deletions

View File

@@ -285,7 +285,7 @@ const searchQuery = ref<EmojiSearchQuery>({
localOnly: null,
roles: [],
sortOrders: [],
limit: 25,
limit: 100,
});
let searchWindowOpening = false;