Closed
Description
When displaying a large commit, GitX shows a label to click for actually displaying the commit diff ("This is a large commit. Click here or press 'v' to view."). But when clicking the label, I see the diff appear and disappear briefly in a flash, and then the label reappears.
To reproduce:
- Clone a repository, such as Rails,
git clone git@github.com:rails/rails.git
- Open GitX in the repository
- Find a large commit, such as b95d6e8
- Click the label "This is a large commit. Click here or press 'v' to view." in the diff panel
What should happen: GitX shows the commit diff.
What actually happens: diff appears and disappears quickly, the label reappears.