We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2370ab6 commit 8cc850bCopy full SHA for 8cc850b
1 file changed
electron/devtools.js
@@ -51,7 +51,7 @@ export const removeUnecessaryTabs = win => {
51
tabbedPane.closeTab('audits2');
52
tabbedPane.closeTab('lighthouse');
53
54
- tabbedPane._leftToolbar._contentElement.remove();
+ tabbedPane.leftToolbar().element.remove();
55
}
56
})()`);
57
0 commit comments