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

search input type variable

This commit is contained in:
Kyle Spearrin
2019-03-13 22:54:18 -04:00
parent 0df3208d45
commit 10bb317a67
7 changed files with 14 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
scopeState: any;
showLeftHeader = true;
searchPending = false;
searchTypeSearch = false;
private loadedTimeout: number;
private selectedTimeout: number;
@@ -89,6 +90,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
}
async ngOnInit() {
this.searchTypeSearch = !this.platformUtilsService.isSafari();
this.showLeftHeader = !this.platformUtilsService.isSafari() &&
!(this.popupUtils.inSidebar(window) && this.platformUtilsService.isFirefox());
this.stateService.remove('CiphersComponent');