@trudb/tru-common-lib 0.2.145 → 0.2.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6130,7 +6130,7 @@ class TruDataGridCellRenderer {
|
|
|
6130
6130
|
<div style="visibility: hidden; position: absolute;"
|
|
6131
6131
|
[truContextMenuTriggerFor]="truDataGridCellContextMenu">
|
|
6132
6132
|
</div>
|
|
6133
|
-
<mat-menu #truDataGridCellContextMenu="matMenu">
|
|
6133
|
+
<mat-menu #truDataGridCellContextMenu="matMenu" [hasBackdrop]="false">
|
|
6134
6134
|
<button mat-menu-item (click)="onCopy($event)">
|
|
6135
6135
|
<mat-icon [svgIcon]="'copy-icon'"></mat-icon>
|
|
6136
6136
|
<span>Copy</span>
|
|
@@ -6156,7 +6156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
6156
6156
|
<div style="visibility: hidden; position: absolute;"
|
|
6157
6157
|
[truContextMenuTriggerFor]="truDataGridCellContextMenu">
|
|
6158
6158
|
</div>
|
|
6159
|
-
<mat-menu #truDataGridCellContextMenu="matMenu">
|
|
6159
|
+
<mat-menu #truDataGridCellContextMenu="matMenu" [hasBackdrop]="false">
|
|
6160
6160
|
<button mat-menu-item (click)="onCopy($event)">
|
|
6161
6161
|
<mat-icon [svgIcon]="'copy-icon'"></mat-icon>
|
|
6162
6162
|
<span>Copy</span>
|