forked from mirrors/misskey
fix(frontend): suppress inject warn
This commit is contained in:
@@ -25,7 +25,7 @@ const props = defineProps<{
|
|||||||
menuReaction?: boolean;
|
menuReaction?: boolean;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const react = inject(DI.mfmEmojiReactCallback);
|
const react = inject(DI.mfmEmojiReactCallback, null);
|
||||||
|
|
||||||
const char2path = prefer.s.emojiStyle === 'twemoji' ? char2twemojiFilePath : char2fluentEmojiFilePath;
|
const char2path = prefer.s.emojiStyle === 'twemoji' ? char2twemojiFilePath : char2fluentEmojiFilePath;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user