Skip to content

Commit c9beca0

Browse files
committed
chore(igxGrid): Add back overwritten property
1 parent 85d9b95 commit c9beca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grid/grid.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ export class IgxGridComponent implements OnInit, OnDestroy, AfterContentInit, Af
744744

745745
public draggedColumn: IgxColumnComponent;
746746
public isColumnResizing: boolean;
747+
public isColumnMoving: boolean;
747748

748749
public eventBus = new Subject<boolean>();
749750

0 commit comments

Comments
 (0)