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

Avoid droppoints within undroppable node, not around #7005

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

rpiaggio
Copy link
Contributor

@rpiaggio rpiaggio commented Aug 7, 2024

Defect Fixes

Fix #6988, which incorrectly disabled drop points around a node with droppable: true instead of within.

Fix #6976

Copy link

vercel bot commented Aug 7, 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 7, 2024 7:15pm
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Aug 7, 2024 7:15pm

@melloware melloware added the Type: Bug Issue contains a defect related to a specific component. label Aug 7, 2024
@melloware melloware merged commit 7f60679 into primefaces:master Aug 7, 2024
8 checks passed
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