Skip to content

Commit fb71565

Browse files
authored
Merge branch 'master' into overlay-integration-tests
2 parents 0ffa93c + ac0e7c5 commit fb71565

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

projects/igniteui-angular/src/lib/grid/grid.common.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,6 @@ export class IgxColumnMovingDragDirective extends IgxDragDirective {
275275

276276
public onPointerMove(event) {
277277
event.preventDefault();
278-
279-
if (!this.draggable) {
280-
return;
281-
}
282278
super.onPointerMove(event);
283279

284280
if (this._dragStarted && this._dragGhost && !this.column.grid.draggedColumn) {
@@ -300,10 +296,6 @@ export class IgxColumnMovingDragDirective extends IgxDragDirective {
300296
}
301297

302298
public onPointerUp(event) {
303-
if (!this.draggable) {
304-
return;
305-
}
306-
307299
// Run it explicitly inside the zone because sometimes onPointerUp executes after the code below.
308300
this.zone.run(() => {
309301
super.onPointerUp(event);

0 commit comments

Comments
 (0)