Fixed a missing cdRef call
This commit is contained in:
parent
0899373a27
commit
ad3a1233c2
1 changed files with 1 additions and 0 deletions
|
|
@ -552,6 +552,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
this.readingProfileService.updateImplicit(newProfile, this.seriesId).subscribe({
|
||||
next: updatedProfile => {
|
||||
this.readingProfile = updatedProfile;
|
||||
this.cdRef.markForCheck();
|
||||
},
|
||||
error: err => {
|
||||
console.error(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue