mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
dont show popout in firefox sidebar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<header>
|
||||
<div class="left">
|
||||
<div class="left" *ngIf="showLeftHeader">
|
||||
<app-pop-out></app-pop-out>
|
||||
</div>
|
||||
<div class="search">
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user