Minimize on copy now always works when using right click to copy
This commit is contained in:
parent
37230aa47f
commit
81f1786938
|
@ -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");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue