bullet-train-co / bullet_train-sortable

MIT License
0 stars 1 forks source link

Re-issue dragula events as native events #8

Closed pascallaliberte closed 2 years ago

pascallaliberte commented 2 years ago

Add ability to catch events such as drag, drop, cancel, etc from the underlying dragula 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.