We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e01f0 commit 4160f8aCopy full SHA for 4160f8a
src/Views/CommitMessagePresenter.cs
@@ -299,7 +299,7 @@ private void ProcessHoverCommitLink(Models.Hyperlink link)
299
_inlineCommits.Add(sha, c);
300
301
// Make sure user still hovers the target SHA.
302
- if (_lastHover == link)
+ if (_lastHover == link && c != null)
303
{
304
ToolTip.SetTip(this, c);
305
ToolTip.SetIsOpen(this, true);
0 commit comments