diff --git a/scripts/AnimeNotifier.ts b/scripts/AnimeNotifier.ts index d44ce36c..50c58e6e 100644 --- a/scripts/AnimeNotifier.ts +++ b/scripts/AnimeNotifier.ts @@ -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) {