mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 03:33:30 +00:00
apply isDeleted check to other options in desktop context menu for items
This commit is contained in:
@@ -651,6 +651,9 @@ export class VaultV2Component<C extends CipherViewLike>
|
||||
) {
|
||||
menu.push({ type: "separator" });
|
||||
}
|
||||
if (cipher.isDeleted) {
|
||||
break;
|
||||
}
|
||||
if (cipher.login.canLaunch) {
|
||||
menu.push({
|
||||
label: this.i18nService.t("launch"),
|
||||
|
||||
Reference in New Issue
Block a user