We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.disableSelection()
On my version of jquery-ui (I'm using v1.13.2) it doesn't even exist and leads to an error, rendering the drag-and-drop unusable.
See https://api.jqueryui.com/disableselection/
The text was updated successfully, but these errors were encountered:
Do you want or know how to fix the deprecated code?
Sorry, something went wrong.
I'm using v0.16.1, because of an old php version. I copied the file and removed that method call:
runroom-packages/packages/sortable-behavior-bundle/src/Resources/public/js/init.js
Line 74 in 1a06177
This works on my system now, but in theory allows selection of elements. That can be disabled using CSS (if I remember correctly).
I could provide a PR, but are unable to test it atm on modern versions (PHP 8 / runroom-packages/sortable-behavior-bundle 0.17.1).
runroom-packages/sortable-behavior-bundle
No branches or pull requests
On my version of jquery-ui (I'm using v1.13.2) it doesn't even exist and leads to an error, rendering the drag-and-drop unusable.
See https://api.jqueryui.com/disableselection/
The text was updated successfully, but these errors were encountered: