-
Updated
May 1, 2021 - JavaScript
drag-and-drop
Here are 1,215 public repositories matching this topic...
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 27, 2021 - JavaScript
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Apr 29, 2021 - JavaScript
-
Updated
Feb 7, 2021 - Java
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Apr 29, 2021 - 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
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
Apr 18, 2021 - TypeScript
-
Updated
May 1, 2021 - Kotlin
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 30, 2021 - PHP
-
Updated
Mar 8, 2019 - Objective-C
-
Updated
Jan 18, 2021 - C#
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Dec 12, 2019 - JavaScript
Convert the source file to typescript, which will be compiled in the rollup build step.
While we currently use .ts
files, typehinting etc. is not used in the files.
If you want to help:
Just start adding typehints to any file that is still missing them or improve the ones that already have them. Feel free to send a PR for files even if only a part of them is converted.
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: true
option.To Reproduce
Steps to reproduce the behavior: