Skip to content

Commit

Permalink
Fix devtools left toolbar not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 22, 2023
1 parent 2370ab6 commit 8cc850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const removeUnecessaryTabs = win => {
tabbedPane.closeTab('audits2');
tabbedPane.closeTab('lighthouse');
tabbedPane._leftToolbar._contentElement.remove();
tabbedPane.leftToolbar().element.remove();
}
})()`);
}
Expand Down

0 comments on commit 8cc850b

Please sign in to comment.