some lyrics fixes: disable click on unsynced & fix waiting dot
This commit is contained in:
parent
71d75f4fae
commit
a88d7f93fb
2 changed files with 7 additions and 4 deletions
|
@ -1047,7 +1047,10 @@ const app = new Vue({
|
|||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (app.currentLyricsLine == 0) {
|
||||
if (!document.querySelector(`.lyric-line[line-index="0"]`).classList.contains("active"))
|
||||
document.querySelector(`.lyric-line[line-index="0"]`).classList.add("active");
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue