Minimize on copy now always works when using right click to copy

This commit is contained in:
jacobHancock0402 2023-04-25 11:57:07 +01:00
parent 37230aa47f
commit 81f1786938
1 changed files with 1 additions and 3 deletions

View File

@ -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");
});
}