smooth-dnd icon indicating copy to clipboard operation
smooth-dnd copied to clipboard

drag and drop library for javascript

Results 60 smooth-dnd issues
Sort by recently updated
recently updated
newest added

Basically when dragging something that has canvas inside, the ghost clone has blank canvas; it would be great if you could copy the previous canvas into the cloned one so...

We are using ngx-smooth-dnd in our project and are running into a problem with the dependency on this library. Since this library uses a polyfill to set the constructor.prototype.matches clashes...

I found hard to catch a bug with this library. There is no information about how to reproduce it and I don't know steps. But we catch this type of...

Been loving this plugin ever since i've used it. Just updated the plugin from 0.2.6 to 0.3.0 and the dragging issue appear. May i know what the new update (0.3.0)...

Note: this is not reflected on the newest demo, it seems the demo is not on version 0.12.0. But with the latest version, if you scroll horizontally THEN start dragging...

I would like to build something like this (it's from notion) ![Jun-03-2019 13-43-46](https://user-images.githubusercontent.com/2500670/58799578-f848f480-8605-11e9-9a97-e084c4e77243.gif) But it seems that it's not possible at the moment with this library, right? I figured out...

Lib is amazing ... but Do u have clear n full code examples in plain html/javascript ... Doc is ok but there must be full complete code example too to...

Hi i'm trying to drop items from one container to another (using the same groupname and "copy" as behaviour) However it fails: ![image](https://user-images.githubusercontent.com/38694044/55620170-7ae63c80-579a-11e9-9dac-1976fd28fc4a.png) I'd like to handle it my self...

I'm probably going to use the drop-outside functionality soon, but because of that, it's now not possible to "cancel" a drag by just releasing outside. As such: - the user...

enhancement