1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

dont show popout in firefox sidebar

This commit is contained in:
Kyle Spearrin
2018-04-13 23:37:57 -04:00
parent 57a0c0fc75
commit 38f55d7147
4 changed files with 12 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
searchText: string;
state: any;
scopeState: any;
showLeftHeader = true;
private loadedTimeout: number;
private selectedTimeout: number;
@@ -77,6 +78,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
}
async ngOnInit() {
this.showLeftHeader = !(this.popupUtils.inSidebar(window) && this.platformUtilsService.isFirefox());
this.stateService.remove('CiphersComponent');
this.broadcasterService.subscribe(ComponentId, (message: any) => {