dragula icon indicating copy to clipboard operation
dragula copied to clipboard

:ok_hand: Drag and drop so simple it hurts

Results 108 dragula issues
Sort by recently updated
recently updated
newest added

When I drag an element to reorder it, it will sometimes duplicate itself or other elements in the same grid. They will disappear on refresh but cause confusion. It is...

Adds the 'allowNestedContainers' option so as to give the ability to allow dragging of nested containers, rather than just blocking it straight away. Updated the readme.

![Dragula issue](https://user-images.githubusercontent.com/44353477/57006382-f69ea200-6bfd-11e9-9b1d-f4ac89933d03.JPG)

This PR along with bevacqua/crossvent#9 should be fine. Still need to wait until the other PR is merged to bump `crossvent` version in `package.json`

When I have the following css style on the parent element: ``` display: flex; align-items: center; flex-wrap: wrap; ``` When I drag from left to right (or right to left),...

would a PR for adding the index as a number to the drop callback params make sense/be accepted? (with underlying tests of course).

Based on PR #315 by @ojensen5115, adds a `'mixed'` direction that works better than `'horizontal'` or `'vertical'` when the container wraps elements over multiple rows.

This PR makes dragula work inside Shadow DOM. I've implemented @kevinpschaaf suggestion to use `composedPath()` if an event target has a `shadowRoot`, but I'm not sure if this is the...

groups of radio inputs with the same `name` can only have one input selected. this is a workaround to ensure that dragula can still be used with elements that contain...