open file on select

This commit is contained in:
Matt Parker
2025-08-01 00:42:05 +10:00
parent 1d28ac7432
commit 0360789e80
2 changed files with 44 additions and 25 deletions

View File

@@ -22,7 +22,7 @@
@* @Body *@
@if (_solutionFilePath is not null)
{
<CodeViewer SelectedFile="@_selectedFile" FilePath="C:\Users\Matthew\Documents\Git\SharpIDE.Photino\src\SharpIDE.Photino\Program.cs" />
<CodeViewer SelectedFile="@_selectedFile" />
}
</MudContainer>
</MudMainContent>