Fixed incorrect loading state
This commit is contained in:
parent
197ef0197a
commit
70aeea3db1
@ -352,6 +352,7 @@ export class AnimeNotifier {
|
||||
Diff.root(document.documentElement, html)
|
||||
})
|
||||
.then(() => this.app.emit("DOMContentLoaded"))
|
||||
.then(() => this.loading(false)) // Because our loading element gets reset due to full page diff
|
||||
}
|
||||
|
||||
loading(isLoading: boolean) {
|
||||
|
Loading…
Reference in New Issue
Block a user