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.
2 parents bd50d2e + ae7fb0b commit e69307cCopy full SHA for e69307c
projects/igniteui-angular/src/lib/grids/row-drag.directive.ts
@@ -22,9 +22,6 @@ export class IgxRowDragDirective extends IgxDragDirective implements OnDestroy {
22
private row: IgxRowComponent<IgxGridBaseComponent & IGridDataBindable>;
23
private subscription$: Subscription;
24
private _rowDragStarted = false;
25
- public startDrag(event) {
26
- this.onPointerDown(event);
27
- }
28
29
@Input('igxRowDrag')
30
set data(val) {
0 commit comments