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
draggable
If you have an element with draggable="true" and the <Tree /> component is on the same page, the draggable element can't be dragged:
draggable="true"
<Tree />
Tree should not disrupt the dragging of unrelated elements.
Tree
Could be related to #17
The text was updated successfully, but these errors were encountered:
Specifying dndRootElement solves the issue. Thanks to this comment: #17 (comment)
dndRootElement
Sorry, something went wrong.
It's worth mentioning, you should make sure that dndRootElement exists when you mount the component: #263
No branches or pull requests
If you have an element with
draggable="true"
and the<Tree />
component is on the same page, the draggable element can't be dragged:Jul-29-2024.16-24-41.mp4
Tree
should not disrupt the dragging of unrelated elements.Could be related to #17
The text was updated successfully, but these errors were encountered: