fix(half): manhwa scroll

This commit is contained in:
2024-07-14 01:05:16 +03:00
parent 35ff603849
commit 5a4206a81e
2 changed files with 29 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
@if (!isManhwa$.value) {
<app-scale-image [imageSrc]="imageUrl"></app-scale-image>
} @else {
@for (page of manhwaPages; track $index) {
@for (page of manhwaPages; track page.id) {
<app-scale-image [imageSrc]="page.imageUrl"></app-scale-image>
}
}