Skip to content

Commit

Permalink
Fix:同じ歌詞が連続した場合に、Tabキーによる歌詞ハイライトが動作しない問題を修正(VOICEVOX#2345) (VOICEVOX#…
Browse files Browse the repository at this point in the history
…2386)

Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
terapotan and Hiroshiba authored Dec 3, 2024
1 parent 2646307 commit bdd6052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sing/SequencerLyricInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const onLyricInput = (event: Event) => {
};
watch(
() => props.editingLyricNote.lyric,
() => props.editingLyricNote.id,
() => {
void nextTick(() => {
lyricInput.value?.focus();
Expand Down

0 comments on commit bdd6052

Please sign in to comment.