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
This seems related to #477, I have tried to use data-no-dnd="true" with success.
data-no-dnd="true"
I am trying to fix an issue with where a draggable element has an input box inside.
Clicking on the inputbox area, to edit the text, and dragging to the left will trigger a drag event.
I have added a small distance constraint to the MouseSensor, to allow me to click on other elements.
I wasn't really sure how #477 should be applied.
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This seems related to #477, I have tried to use
data-no-dnd="true"
with success.I am trying to fix an issue with where a draggable element has an input box inside.
Clicking on the inputbox area, to edit the text, and dragging to the left will trigger a drag event.
I have added a small distance constraint to the MouseSensor, to allow me to click on other elements.
I wasn't really sure how #477 should be applied.
Thanks in advance
The text was updated successfully, but these errors were encountered: