Skip to content

Commit ee108d6

Browse files
committed
fix custom views
1 parent f86fd68 commit ee108d6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/vs/workbench/browser/parts/views/treeView.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,7 @@ export class TreeView extends Disposable implements ITreeView {
453453
multipleSelectionSupport: this.canSelectMany,
454454
overrideStyles: {
455455
listBackground: this.viewLocation === ViewContainerLocation.Sidebar ? SIDE_BAR_BACKGROUND : PANEL_BACKGROUND
456-
},
457-
openOnFocus: false,
458-
openOnSelection: false
456+
}
459457
}) as WorkbenchAsyncDataTree<ITreeItem, ITreeItem, FuzzyScore>);
460458
aligner.tree = this.tree;
461459
const actionRunner = new MultipleSelectionActionRunner(this.notificationService, () => this.tree!.getSelection());

0 commit comments

Comments
 (0)