mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-825] - Desktop not minimizing on right click password when first opened (#16464)
* minimize item when copying regardless of action * remove unused import
This commit is contained in:
@@ -901,9 +901,7 @@ export class VaultV2Component<C extends CipherViewLike>
|
||||
title: undefined,
|
||||
message: this.i18nService.t("valueCopied", this.i18nService.t(labelI18nKey)),
|
||||
});
|
||||
if (this.action === "view") {
|
||||
this.messagingService.send("minimizeOnCopy");
|
||||
}
|
||||
this.messagingService.send("minimizeOnCopy");
|
||||
})().catch(() => {});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user