Fix flickering bug

This commit is contained in:
balazs
2019-01-21 17:24:02 +01:00
parent 6d136c9279
commit e77489aa3b
2 changed files with 9 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<input type="text"
#urlbar
class="urlbar"
value="{{iframeUrl}}"
value="{{actualIframeUrl}}"
(keyup.enter)="changeIframeURL()">
<button class="go" (click)="changeIframeURL()">G</button>
</div>