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

Fix indexing in the p-tree so drag and drop will work with virtual scroll. #16391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ethan-gerardot
Copy link

Find the tree node's index programmatically based on its position within its parent, instead of using the ngFor array's properties because with virtual scroll, the list is flat and the indexes lost relativity to the tree node's parent.

Defect Fixes

#16296

Copy link

vercel bot commented Sep 16, 2024

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

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Sep 16, 2024 0:20am
primeng-v18 ⬜️ Ignored (Inspect) Visit Preview Sep 16, 2024 0:20am

@cetincakiroglu cetincakiroglu added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants