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 90244e9 commit 964a495Copy full SHA for 964a495
projects/igniteui-angular/src/lib/grids/row-drag.directive.ts
@@ -107,7 +107,7 @@ export class IgxRowDragDirective extends IgxDragDirective implements OnDestroy {
107
};
108
super.createGhost(pageX, pageY, this.row.nativeElement);
109
110
- // Check if there is an expander icon and create the ghost at the corresponding position
+ // check if there is an expander icon and create the ghost at the corresponding position
111
if (this.isHierarchicalGrid) {
112
const row = this.row as IgxHierarchicalRowComponent;
113
if (row.expander) {
0 commit comments