File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
projects/igniteui-angular/src/lib/grid Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments