-
Updated
Apr 7, 2022 - JavaScript
drag-and-drop
Here are 1,625 public repositories matching this topic...
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Mar 27, 2022 - JavaScript
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Feb 1, 2022 - Java
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();
-
Updated
Feb 22, 2022 - JavaScript
- 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
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
Apr 9, 2022 - TypeScript
-
Updated
Apr 21, 2022 - Python
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Apr 21, 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: