1
0
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:
Jordan Aasen
2025-09-23 08:57:33 -07:00
committed by GitHub
parent 82e44e0c09
commit 7313a5f2a3

View File

@@ -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(() => {});
});
}