spinner fix

This commit is contained in:
booploops 2022-01-18 03:13:38 -08:00
parent a3131a20ee
commit fe34428580

View file

@ -77,8 +77,7 @@
getNext() { getNext() {
let self = this let self = this
this.triggerEnabled = false; this.triggerEnabled = false;
if (typeof this.data.next == "undefined") {
if (this.data.next == "undefined") {
return return
} }
this.loading = true this.loading = true