feat: manhwa scroll and cache pages rework
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<div class="image-container" #container>
|
||||
<img #image [src]="imageSrc" (load)="onImageLoad()" alt="Manga page" />
|
||||
@if (imageSrc) {
|
||||
<img #image [src]="imageSrc" (load)="onImageLoad()" alt="Manga page" />
|
||||
} @else {
|
||||
<div class="h-screen flex flex-col items-center justify-center"><h1>Loading...</h1></div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user