mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 15:34:19 +02:00
refactor
This commit is contained in:
@@ -48,7 +48,7 @@ import { $i } from '@/i.js';
|
||||
|
||||
const customEmojiTags = getCustomEmojiTags();
|
||||
const q = ref('');
|
||||
const searchEmojis = ref<Misskey.entities.EmojiSimple[]>(null);
|
||||
const searchEmojis = ref<Misskey.entities.EmojiSimple[] | null>(null);
|
||||
const selectedTags = ref(new Set());
|
||||
|
||||
function search() {
|
||||
|
||||
Reference in New Issue
Block a user