mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-04 18:51:32 +00:00
Fix iframe reload polling
This commit is contained in:
parent
4f3a6057a4
commit
96d27a7d2d
@ -103,7 +103,8 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
reloadIframeHandler(message: WebSocketMessage) {
|
||||
setTimeout(() => this.reloadIframe(), 200);
|
||||
this.iframeReloadPoller.ok.subscribe(() => this.reloadIframe());
|
||||
this.iframeReloadPoller.start();
|
||||
}
|
||||
|
||||
setLayout(layout: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user