fix change detection on push

This commit is contained in:
2023-03-28 18:11:01 +02:00
parent 4b25c18864
commit ca4e881c3d

View File

@@ -91,7 +91,8 @@ export class RemoteComponent {
map(_ => _.currentShow) map(_ => _.currentShow)
) )
.subscribe(_ => { .subscribe(_ => {
void this.onShowChanged(_); this.onShowChanged(_);
this.cRef.markForCheck();
}); });
this.presentationDynamicCaptionChanged$ this.presentationDynamicCaptionChanged$