-
Updated
Aug 9, 2021 - JavaScript
drag
Here are 514 public repositories matching this topic...
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
May 23, 2021 - Swift
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Apr 22, 2020 - Swift
Is your feature request related to a problem? Please describe.
I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace.
I'd like to be able to scroll with the mouse wheel, instead of zooming in / out.
Describe the solution you'd like
A configuration option to enable scrollbars.
A configuration option to set the behaviour of the mouse whe
-
Updated
Aug 8, 2021 - C#
-
Updated
Jun 30, 2021 - TypeScript
-
Updated
Apr 3, 2020 - Objective-C
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.
-
Updated
Jul 31, 2021 - JavaScript
- Fresh laravel instalation
- Install laravel-schematics
- Open http://localhost:8080/schematics
- Click to edit default User model
- Do not change anything and just click on save.
- That action updates User model with all fields as "fillable".
- Not necessary we want to add fields on "fillable" list, on that model
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Java
-
Updated
Apr 23, 2019 - Java
-
Updated
May 25, 2021 - Objective-C
-
Updated
Jun 24, 2021 - Vue
-
Updated
Feb 19, 2019 - Java
-
Updated
Jan 11, 2021 - Java
The sorting does not seem to be working when the items are in a fixed height container that scroll all the items.
See this fiddle:
https://jsfiddle.net/ns5jg8L9/
If you try to drag the last item in the list to the top it won't scroll automatically and even if you use the mouse wheel to scroll while dragging it, dropping it on the top won't trigger a drop.
I guess this has something to do
before-sort event?
Improve this page
Add a description, image, and links to the drag topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drag 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: