diff --git a/apps/desktop/src/vault/app/vault/vault.component.ts b/apps/desktop/src/vault/app/vault/vault.component.ts index 858c37971d..85384d030a 100644 --- a/apps/desktop/src/vault/app/vault/vault.component.ts +++ b/apps/desktop/src/vault/app/vault/vault.component.ts @@ -731,9 +731,7 @@ export class VaultComponent implements OnInit, OnDestroy { null, this.i18nService.t("valueCopied", this.i18nService.t(labelI18nKey)) ); - if (this.action === "view") { - this.messagingService.send("minimizeOnCopy"); - } + this.messagingService.send("minimizeOnCopy"); }); }