diff --git a/apps/NwaifuAnime/src/app/components/reader/reader.component.ts b/apps/NwaifuAnime/src/app/components/reader/reader.component.ts index 126acf7..3f44a65 100644 --- a/apps/NwaifuAnime/src/app/components/reader/reader.component.ts +++ b/apps/NwaifuAnime/src/app/components/reader/reader.component.ts @@ -85,6 +85,7 @@ export class ReaderComponent implements AfterViewInit, OnDestroy { .subscribe((data) => { this.isManhwa = data; if (this.isManhwa) { + //TODO: scroll offset this.observer = new IntersectionObserver( ([entry]) => entry.isIntersecting && this.testScrollEmitter(), {