mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 05:12:54 +00:00 
			
		
		
		
	Fix url not changing bug
This commit is contained in:
		@@ -152,7 +152,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  changeIframeURL() {
 | 
			
		||||
    this.webiframe.nativeElement.contentWindow.frames.location.pathname = this.actualIframeUrl;
 | 
			
		||||
    this.webiframe.nativeElement.contentWindow.frames.location.pathname = this.urlbar.nativeElement.value;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  pollingServerForIframeReload() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user