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

There are a few cases where I would like `_offsetX` and `offsetY` to be `0` rather than the calculated value. This way my element is guaranteed to be placed at...

feature-request

When I originally open the component which contains the dragulaservice, everything works just fine. When I switch to another component and then back to the one containing Dragula, it says...

The demo page currently doesn't work on Android. I'm running the latest Chrome: 52.0.2743.98 on a Nexus 5X.

> Please only use GitHub issues for bug reports and feature requests. > - [ ] Read the [contributing guidelines](https://github.com/bevacqua/dragula/blob/master/.github/contributing.markdown) > - [ ] Bug reports containing repro steps are...

Fixed a performance issue occurring when dragging an element that contains child elements. A mirror image was being created for each child image as well as the containing element. This...

Fixes https://github.com/bevacqua/dragula/issues/477

Closes:#586 - Mirror image was getting added to the body, so the css was breaking.

Implements the proposed solution from #560.

This change will surround draggable table rows in a temporary table element during the mirror/clone stage upon drag. The temporary wrapper table then gets the table row's associated angular attribute....