mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 11:52:54 +00:00 
			
		
		
		
	Fix iframe reload polling
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user