feat(angular): tabs.select()

fixes #16753
This commit is contained in:
Manu Mtz.-Almeida
2018-12-16 17:44:58 +01:00
committed by Manu MA
parent 60ef98d1a7
commit 56dd8ae342
3 changed files with 9 additions and 6 deletions

View File

@ -90,7 +90,7 @@ export class StackController {
return views.length > 0 ? views[views.length - 1] : undefined;
}
private getActiveStackId(): string | undefined {
getActiveStackId(): string | undefined {
return this.activeView ? this.activeView.stackId : undefined;
}