移除偏移
parent
4d7d92759f
commit
8b2be019c6
|
@ -166,6 +166,6 @@ module.exports = class Lyric {
|
|||
this.lyric = lyric
|
||||
this.translationLyric = translationLyric
|
||||
this._init()
|
||||
this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset - 20
|
||||
this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue