Fix missing action buttons with single view (#8694)

This commit is contained in:
Charles Gagnon
2019-12-16 10:33:21 -08:00
committed by GitHub
parent a622e4ac40
commit a42407b81a

View File

@@ -134,10 +134,6 @@ export class DataExplorerViewPaneContainer extends ViewPaneContainer {
return 400;
}
getActions(): IAction[] {
return [];
}
getSecondaryActions(): IAction[] {
let menu = this.menuService.createMenu(MenuId.DataExplorerAction, this.contextKeyService);
let actions = [];