Skip to content

Commit

Permalink
chore: [capricorn86#1398] Fixes review findings
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed May 6, 2024
1 parent 907281a commit d48fd27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default class HTMLIFrameElementPageLoader {
/**
* Unloads an iframe page.
*/
private unloadPage(): void {
public unloadPage(): void {
if (this.#browserIFrame) {
BrowserFrameFactory.destroyFrame(this.#browserIFrame);
this.#browserIFrame = null;
Expand Down

0 comments on commit d48fd27

Please sign in to comment.