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 ebf1377 + 0269b96 commit a5d7f7fCopy full SHA for a5d7f7f
projects/igniteui-angular/src/lib/grids/row-drag.directive.ts
@@ -35,6 +35,7 @@ export class IgxRowDragDirective extends IgxDragDirective implements OnDestroy {
35
public onPointerDown(event) {
36
event.preventDefault();
37
this._rowDragStarted = false;
38
+ this._removeOnDestroy = false;
39
super.onPointerDown(event);
40
}
41
0 commit comments