From cee5dd9aa48f165e1b2e585836563503c8e3dedb Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:37:45 +0900 Subject: [PATCH] lint --- packages/frontend/src/components/MkNote.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue index 8206160bd1..5bdf7c90cf 100644 --- a/packages/frontend/src/components/MkNote.vue +++ b/packages/frontend/src/components/MkNote.vue @@ -236,7 +236,7 @@ const emit = defineEmits<{ const inTimeline = inject('inTimeline', false); const inChannel = inject('inChannel', null); const currentClip = inject | null>('currentClip', null); -const inEmbedPage = inject('EMBED_PAGE', false) +const inEmbedPage = inject('EMBED_PAGE', false); const note = ref(deepClone(props.note)); @@ -913,7 +913,6 @@ function emitUpdReaction(emoji: string, delta: number) { } } - .footerButtonLink:hover, .footerButtonLink:focus, .footerButtonLink:active {