mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
adjust draggable regions on macos
This commit is contained in:
@@ -163,10 +163,12 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
if (!this.syncService.syncInProgress) {
|
||||
await this.load();
|
||||
}
|
||||
document.body.classList.remove('layout_frontend');
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
|
||||
document.body.classList.add('layout_frontend');
|
||||
}
|
||||
|
||||
async load() {
|
||||
|
||||
Reference in New Issue
Block a user