mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
react to jslib changes
This commit is contained in:
@@ -165,6 +165,11 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return Promise.resolve(true);
|
||||
}
|
||||
|
||||
isDev(): boolean {
|
||||
// TODO?
|
||||
return true;
|
||||
}
|
||||
|
||||
private sidebarViewName(): string {
|
||||
if ((window as any).chrome.sidebarAction && this.isFirefox()) {
|
||||
return 'sidebar';
|
||||
|
||||
Reference in New Issue
Block a user