We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c4cf2 commit e23aa58Copy full SHA for e23aa58
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -5725,7 +5725,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
5725
result = result.substring(result.indexOf('\n') + 1);
5726
}
5727
5728
- if (Object.values(data[0]).length <= 1) {
+ if (Object.values(data[0]).length === 1) {
5729
result = result.slice(0, -2);
5730
if (!this.clipboardOptions.copyHeaders) {
5731
result = result.substring(data[0], result.indexOf('\n'));
0 commit comments