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

Skip collapsed state check for nested children when dropping files in explorer #156759

Merged
merged 1 commit into from Aug 1, 2022

Conversation

Semesse
Copy link
Contributor

@Semesse Semesse commented Jul 31, 2022

fixes #156746

The error is caused by calling this.isCollapsed(item) where item is a nested child which does not have a corresponding data node but pushed to distinctItems during the loop

lramos15
lramos15 previously approved these changes Aug 1, 2022
Copy link
Member

@lramos15 lramos15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

Tyriar
Tyriar previously approved these changes Aug 1, 2022
@rzhao271 rzhao271 added this to the August 2022 milestone Aug 1, 2022
@lramos15 lramos15 merged commit b511de5 into microsoft:main Aug 1, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

explorer drag&drop file throws error with fileNesting feature
4 participants