-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: Fixed crash in Dual Pane mode when switching away from Git folder #12599
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and fixes the crash.
Uops I've just tested again and it crashes with a different error. Re-checking. |
Weird, I did not have any exception or crash while trying in the same set-up. |
Ok the second error I think it was caused by running "git status" in cmd while having that folder open in dual pane. |
There are two problems related with this PR:
Do you have any idea on how to fix these two issues? |
We could solve this by changing the binding to |
Sounds good |
It could work I believe |
…it folder (files-community#12599)" This reverts commit 34853e1.
Resolved / Related Issues
Closes Bug: Consistent crash in Dual Pane mode when getting out of Git folder #12589
There seem to be an issue with x:Bind so that you can't use a TwoWay x:Bind on an element that is inside an element with x:Load:
Workaround is to use Binding.
Validation
How did you test these changes?