This commit is contained in:
booploops 2021-12-30 03:23:03 -08:00
commit 84026fc262

View file

@ -132,7 +132,6 @@
if (checkIfScrollIsStatic) {
const yOffset = -120;
const y = this.$refs.lyricsview.querySelector(`.lyric-line[line-index="${i}"]`).getBoundingClientRect().top + yOffset;
console.log(y)
this.$refs.lyricsview.scrollBy({
behavior: "smooth",
top: y