From bdd60526f96c5c7a18a7ae7add94d832b4b969c1 Mon Sep 17 00:00:00 2001 From: terapotan <39858641+terapotan@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:39:42 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=E5=90=8C=E3=81=98=E6=AD=8C=E8=A9=9E?= =?UTF-8?q?=E3=81=8C=E9=80=A3=E7=B6=9A=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88?= =?UTF-8?q?=E3=81=AB=E3=80=81Tab=E3=82=AD=E3=83=BC=E3=81=AB=E3=82=88?= =?UTF-8?q?=E3=82=8B=E6=AD=8C=E8=A9=9E=E3=83=8F=E3=82=A4=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=81=8C=E5=8B=95=E4=BD=9C=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3=EF=BC=88#2345?= =?UTF-8?q?=EF=BC=89=20(#2386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroshiba --- src/components/Sing/SequencerLyricInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sing/SequencerLyricInput.vue b/src/components/Sing/SequencerLyricInput.vue index 183505ae19..1db192115a 100644 --- a/src/components/Sing/SequencerLyricInput.vue +++ b/src/components/Sing/SequencerLyricInput.vue @@ -94,7 +94,7 @@ const onLyricInput = (event: Event) => { }; watch( - () => props.editingLyricNote.lyric, + () => props.editingLyricNote.id, () => { void nextTick(() => { lyricInput.value?.focus();