Skip to content

Commit 727d3ac

Browse files
committed
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular into ha-mutliview-calendar-2
2 parents ca93213 + 0269b96 commit 727d3ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export class IgxRowDragDirective extends IgxDragDirective implements OnDestroy {
3535
public onPointerDown(event) {
3636
event.preventDefault();
3737
this._rowDragStarted = false;
38+
this._removeOnDestroy = false;
3839
super.onPointerDown(event);
3940
}
4041

0 commit comments

Comments
 (0)