dovip-ng2-dragula
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dovip-ng2-dragula

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • dovip