Skip to content

Commit

Permalink
Disable automatic iframe fresh on API recovery feature. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein authored Mar 25, 2024
1 parent bcf112f commit c38064d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ng-container *ngIf="game && iframeSrcUrl; else loading">
<div class="external-host-container">
<iframe [src]="iframeSrcUrl | safeurl" id="unity-game-window" [title]="iframeWindowTitle" frameborder="0"
scrolling="no" (load)="handleIframeLoad()" appRefreshIframeOnReconnect></iframe>
scrolling="no" (load)="handleIframeLoad()"></iframe>
</div>

<app-error-div [errors]="errors"></app-error-div>
Expand Down

0 comments on commit c38064d

Please sign in to comment.