Skip to content
New issue

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

Fixes to undroppable tree nodes #6988

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

rpiaggio
Copy link
Contributor

@rpiaggio rpiaggio commented Aug 5, 2024

This PR fixes 2 issues with Tree nodes with droppable === false:

When there's a node with droppable: false:

Fix #6976

Copy link

vercel bot commented Aug 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2024 5:12pm
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2024 5:12pm

@melloware melloware added the Type: Bug Issue contains a defect related to a specific component. label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UITreeNode: onDropPoint should execute even when props.node.droppable === false.
2 participants