This PR addresses the changes to the Stimulus controller:
[X] Re-issue dragula events as native events
Note: this PR is on top of unmerged PR #6, which introduces the Stimulus controller. The merge target branch is add-sortable-stimulus-controller for that reason.
Add ability to catch events such as
drag
,drop
,cancel
, etc from the underlyingdragula
library by re-issuing those as native events.Co-dependent PRs:
This PR addresses the changes to the Stimulus controller:
Note: this PR is on top of unmerged PR #6, which introduces the Stimulus controller. The merge target branch is
add-sortable-stimulus-controller
for that reason.