mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Safari Web Extension Port from App Extension (#1531)
This commit is contained in:
@@ -49,7 +49,6 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
||||
hostname: string;
|
||||
searchText: string;
|
||||
inSidebar = false;
|
||||
showLeftHeader = false;
|
||||
searchTypeSearch = false;
|
||||
loaded = false;
|
||||
|
||||
@@ -68,7 +67,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
this.showLeftHeader = this.searchTypeSearch = !this.platformUtilsService.isSafari();
|
||||
this.searchTypeSearch = !this.platformUtilsService.isSafari();
|
||||
this.inSidebar = this.popupUtilsService.inSidebar(window);
|
||||
|
||||
this.broadcasterService.subscribe(BroadcasterSubscriptionId, (message: any) => {
|
||||
|
||||
Reference in New Issue
Block a user