Skip to content

Added "AllowDrag" property and Accepts-Parameter includes drop target

Compare
Choose a tag to compare
@Postlagerkarte Postlagerkarte released this 11 Nov 19:40
· 16 commits to master since this release
a0b106c
  • Added "AllowDrag" property to the DropZone. This will use a lambda to determine if an item should be dragable. If not, it will also set the CSS of that object to prevent interaction so that the user can't highlight it. contributed by @ThatRickGuy

  • expanded the Accepts-Parameter to include the drop target - fixes #78 - contriubted by @koryphaee