You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Sometimes, when changing focus from a diff view in one pane to a text editor in another pane, another diff view unexpectedly pops up.
Steps to Reproduce
Add multiple project folders, each of which are a git repository (say atom and github).
Open a diff view for a file in the atom repository.
Change focus to another pane in which a file from github is open.
A diff view for the first modified file in the github repository opens unexpectedly.
Expected behavior:
It seems like diff views should only open when I directly perform some action in the commit panel. They shouldn't open in response to other unrelated events like changing focus to a text editor.
Actual behavior:
Diff views spontaneously open when changing focus to a pane containing a text editor.
Reproduces how often:
Unfortunately, this seems to depend on some sequence of events that I don't fully understand. I can't always get it to happen.