fix(half): manhwa scroll
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user