-
Updated
Mar 17, 2022 - JavaScript
drag-and-drop
Here are 1,591 public repositories matching this topic...
-
Updated
Mar 12, 2022 - JavaScript
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Mar 13, 2022 - TypeScript
-
Updated
Mar 11, 2022 - JavaScript
-
Updated
Mar 5, 2022 - JavaScript
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Feb 1, 2022 - Java
-
Updated
Feb 22, 2022 - JavaScript
Describe the bug
When using move to lower the position of an element, adding 1 to the index does not work, and 2 needs to be added.
To Reproduce
I implemented the following code to move the element position up and down under the ROOT, but the onDown function did not move the element down.
const {
actions: { move, delete: deleteNode },
query,
} = useEditor();
- User case:
- for programmers new to the library to get some context on how to add customization functions and styles
- Implementation ideas:
- Thinking of creating a markdown doc or webpage or something
-
Updated
Feb 27, 2022 - TypeScript
react-sortable-hoc provides the native event on the onSortEnd callback, that makes it trivial to know which kind of input method was used.
How can we tell from the onDragEnd handler if a drag/sort was performed using the keyboard, mouse, or touch?
-
Updated
Feb 20, 2022 - Python
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Mar 17, 2022 - PHP
-
Updated
Mar 8, 2019 - Objective-C
Improve this page
Add a description, image, and links to the drag-and-drop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drag-and-drop topic, visit your repo's landing page and select "manage topics."


Describe the bug
When using the Swap plugin, it's impossible to cancel a swap once the swap threshold has been met for an item. You can't drag the item back to its original place to prevent a swap. This happens with or without the
revertOnSpill: trueoption.To Reproduce
Steps to reproduce the behavior: