1.0.3 • Published 7 years ago

dovip-ng2-dragula v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

this is a fork from ng2-dragula to fix bug in cancel. when you want to use drake.cancel on drop event change isCancel to true

private onDrop(droppedElm,targetContainer, sourceContainer )
  {
      drake.cancel();
      drake.isCancel = true;
   }

the change is in dragula provider file

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago