fix change detection on push
This commit is contained in:
@@ -91,7 +91,8 @@ export class RemoteComponent {
|
||||
map(_ => _.currentShow)
|
||||
)
|
||||
.subscribe(_ => {
|
||||
void this.onShowChanged(_);
|
||||
this.onShowChanged(_);
|
||||
this.cRef.markForCheck();
|
||||
});
|
||||
|
||||
this.presentationDynamicCaptionChanged$
|
||||
|
||||
Reference in New Issue
Block a user