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.
1 parent 78d94aa commit 0269b96Copy full SHA for 0269b96
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