open file from diagnostic

This commit is contained in:
Matt Parker
2025-08-17 12:34:54 +10:00
parent 1856b0b2db
commit 5bd6b64019
4 changed files with 28 additions and 4 deletions

View File

@@ -83,7 +83,7 @@
@if (_solutionFilePath is not null)
{
<DisplayNoneComponent Visible="@(_selectedBottomPanel is BottomPanelType.Problems)">
<ProblemsPanel SolutionModel="@_solutionModel" />
<ProblemsPanel SolutionModel="@_solutionModel" @bind-SelectedFile="@_selectedFile" />
</DisplayNoneComponent>
<DisplayNoneComponent Visible="@(_selectedBottomPanel is BottomPanelType.Run)">
<RunPanel SolutionModel="@_solutionModel"/>