Fix explorer selection state when drag ends#19667
Fix explorer selection state when drag ends#19667joaomoreno merged 2 commits intomicrosoft:masterfrom
Conversation
|
@initialshl, thanks for your PR! By analyzing the history of the files in this pull request, we identified @egamma and @jrieken to be potential reviewers. |
|
Hi @initialshl, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
|
Hi @initialshl, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
|
Looking great, thanks! |
Fixes #2367
When a file is dragged onto tree view from desktop and escape key is pressed, the
dragendevent does not fire.This fix relies on the property that such an event has a position of (0 , 0).