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

As mentioned in issues #83 and #69 - touching any smooth-dnd draggable in touch devices disabled the ability to scroll, until user taps outside of draggable. This is a very...

I write about this bug in the react-smooth-dnd, but after I check it looks like the bug is from smooth-dnd. The bug apears on touch devices when you touch or...

I would like to include both Selecto and smooth-dnd such that I can select with Selecto and Drag with smooth-dnd. What do I need to do to make that work?

Libraries * Jest * React Testing Library Description When I run the test for the component to uses smooth-dnd by itself. It works fine. However, when I run all my...

![image](https://user-images.githubusercontent.com/12002632/81907314-c2700680-95f1-11ea-9c02-39e7117617e4.png) Can check addedIndex attribute of null first before used? Device: MacOS Browser: Chrome Library: vue-smooth-dnd

Hello, I am using smooth-dnd for set position in layers using Drag & Drop,But problem is that when container have more than 400 Layers at that time Drag & Drop...

Any possibility of a simple CDN version for vanilla JS users? Great functionality, but modules and frameworks aren't always the best approach when you want to knock up a simple...

In my current application (using fluentui library), the zindex is 100000 (sidebar) The smooth-dnd library sets it to 1000 (seems to be hardcoded), and therefore the dragged item becomes invisible....

Hello! I have a trello-ish "task" system, and when I try to add "overflow-y: auto" on my "lane" to make it scroll independently (aka not with the whole page) -...

onDrop(dropResult) { const { removedIndex, addedIndex, payload, draggables } = dropResult; console.log(draggables[addedIndex]) // get Dropped Element }