jquery-dragndrop
jquery-dragndrop copied to clipboard
Sometimes the multi-select does not work.
Sometimes the multi-select does not work. It occasionally doesn't work without warning. Refreshing the page doesn't always fix the issue.
Hi :)
Hmmm the only problem I know it's when you load the page with the Ctrl key pressed.
So your ctrl key is down but the script has this.keyCtrl = false;
But it's not too bad, because if you release your key and repressed again it's works.
It's not that probleme?
But actually I am separating the multi-selection of the dragndrop script, to make another plugin. Maybe it will fix the issue I don't know.
Do you have a example?