add context buttons to the squares

This commit is contained in:
vapormusic 2021-12-18 10:42:49 +07:00
parent f6a5d19d52
commit afea5747dc
4 changed files with 243 additions and 11 deletions

View file

@ -154,7 +154,6 @@
return relativeTime >= verseTime && relativeTime <= timeEnd - timeStart
},
getVerseLine(index) {
if (this.richlyrics[index] != null && this.richlyrics[index].l != null) {
return this.richlyrics[index].l
}