Skip to content

Commit

Permalink
Fix:同じ歌詞が連続した場合に、Tabキーによる歌詞ハイライトが動作しない問題を修正(VOICEVOX#2345
Browse files Browse the repository at this point in the history
  • Loading branch information
terapotan committed Dec 3, 2024
1 parent e0d3869 commit c660204
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 c660204

Please sign in to comment.