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