drag-and-drop icon indicating copy to clipboard operation
drag-and-drop copied to clipboard

Results 32 drag-and-drop issues
Sort by recently updated
recently updated
newest added

Hello everyone, I use the drag-and-drop library. It works without problems, but when I try to run tests with Vitest / @vue/test-utils, I get errors. The tests run when I...

### im using nextjs (react). Let's jump right into it: My component looks something like this: ```jsx interface Props { tasks: { "CREATED": [ {id: 1, title: "xyz"}, {id: 2,...