Skip to content

Commit e69307c

Browse files
authored
Merge branch 'master' into nalipiev/drag-rowSelect-setters
2 parents bd50d2e + ae7fb0b commit e69307c

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)