Skip to content

Commit

Permalink
fixed: Fixed Tab not highlighting when reconnecting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Aug 8, 2024
1 parent 466ccb7 commit 6359ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/elements/iframe/iframe.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ export class ElementIframeComponent implements OnInit, AfterViewInit, OnDestroy
this.src = 'about:blank';
setTimeout(() => {
this.src = url;
this.view.connected = true;
this.view.active = true;
}, 100);
this.view.connected = true;
}
}

0 comments on commit 6359ec0

Please sign in to comment.