Skip to content

Commit

Permalink
Move inline style to external (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbowen authored Sep 18, 2024
1 parent c5268da commit 261ecf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class BaseExtension<T extends BaseConfig> implements IExtension {

// this.$element.append('<a href="/" id="top"></a>');
this.$element.append(
'<iframe id="commsFrame" style="display:none"></iframe>'
'<iframe id="commsFrame"></iframe>'
);

this.extensionHost.subscribeAll((event, args) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
width: 1px;
height: 1px;
border: none;
display: none;
}

.headerPanel {
Expand Down

0 comments on commit 261ecf9

Please sign in to comment.