Change typo for monaco-pane-view (#8644)

* changed monaco-panel to pane (typo in classname)

* removed headervisible
This commit is contained in:
Alex Ma
2019-12-11 16:56:37 -08:00
committed by GitHub
parent 7e970d04ca
commit 7ec516d851
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ export class InsightsDialogView extends Modal {
protected renderBody(container: HTMLElement) {
this._container = container;
container.classList.add('monaco-panel-view');
container.classList.add('monaco-pane-view');
this._splitView = new SplitView(container);