1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 07:54:13 +02:00

chore(frontend): fix type errors

This commit is contained in:
syuilo
2025-07-06 20:37:09 +09:00
parent 89ed8be8ff
commit 288f0abeac
3 changed files with 9 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ const elRef = useTemplateRef('elRef');
if (props.withTooltip) {
useTooltip(elRef, (showing) => {
if (elRef.value == null) return;
const { dispose } = os.popup(defineAsyncComponent(() => import('@/components/MkReactionTooltip.vue')), {
showing,
reaction: props.reaction.replace(/^:(\w+):$/, ':$1@.:'),