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 38ee97c commit d21c5d6Copy full SHA for d21c5d6
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -3748,7 +3748,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
3748
3749
if (this.pinnedColumns.indexOf(column) === -1 && this.pinnedColumns.indexOf(dropTarget) === -1) {
3750
list = this._unpinnedColumns;
3751
- } else {
+ } else {
3752
list = this._pinnedColumns;
3753
}
3754
0 commit comments