Skip to content

Commit 964a495

Browse files
committed
chore(row-drag): Fixing lint #4938
1 parent 90244e9 commit 964a495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/row-drag.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class IgxRowDragDirective extends IgxDragDirective implements OnDestroy {
107107
};
108108
super.createGhost(pageX, pageY, this.row.nativeElement);
109109

110-
// Check if there is an expander icon and create the ghost at the corresponding position
110+
// check if there is an expander icon and create the ghost at the corresponding position
111111
if (this.isHierarchicalGrid) {
112112
const row = this.row as IgxHierarchicalRowComponent;
113113
if (row.expander) {

0 commit comments

Comments
 (0)