From 356790a3bbbd6acaa0c1d17b7e2832372327586a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 20 Jan 2022 17:13:08 -0500 Subject: [PATCH] LP1958581 Copy to clipboard always available Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts b/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts index 14c6b4c7f4..918622e2c5 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts @@ -115,11 +115,6 @@ export class GridBodyComponent implements OnInit { onRowContextClick($event, row: any, contextMenu: NgbPopover) { $event.preventDefault(); // prevent browser context menu - if (this.context.toolbarActions.length === 0) { - // No actions to render. - return; - } - if (!this.context.rowIsSelected(row)) { // If the focused row is not selected, select it. // Otherwise, avoid modifying the row selection. -- 2.43.2