Skip to content

Commit ae7fb0b

Browse files
authored
Merge pull request #4713 from IgniteUI/AMArinov/rowDrag_leftovers
Removing the startDrag method that is now obsolete
2 parents da7a137 + 9d1f149 commit ae7fb0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ export class IgxRowDragDirective extends IgxDragDirective implements OnDestroy {
2222
private row: IgxRowComponent<IgxGridBaseComponent & IGridDataBindable>;
2323
private subscription$: Subscription;
2424
private _rowDragStarted = false;
25-
public startDrag(event) {
26-
this.onPointerDown(event);
27-
}
2825

2926
@Input('igxRowDrag')
3027
set data(val) {

0 commit comments

Comments
 (0)