From 0fea62b63953015a985f434050ca1788987e98e0 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Wed, 17 Jul 2024 17:00:07 +0300 Subject: [PATCH] todo: scroll offset --- apps/NwaifuAnime/src/app/components/reader/reader.component.ts | 1 + 1 file changed, 1 insertion(+) 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(), {