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 2478d29 commit ba4c0f0Copy full SHA for ba4c0f0
src/Views/RevisionFileContentViewer.axaml.cs
@@ -83,6 +83,7 @@ protected override void OnDataContextChanged(EventArgs e)
83
{
84
Text = source.Content;
85
Models.TextMateHelper.SetGrammarByFileName(_textMate, source.FileName);
86
+ ScrollToHome();
87
}
88
else
89
0 commit comments