File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ScriptRunner/ScriptRunner.GUI Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 <PackageReference Include =" DynamicData" Version =" 9.0.4" />
4848 <PackageReference Include =" LibGit2Sharp" Version =" 0.26.2" />
4949 <PackageReference Include =" LoadingIndicators.Avalonia" Version =" 11.0.11.1" />
50- <PackageReference Include =" Markdown.Avalonia" Version =" 11.0.2 " />
50+ <PackageReference Include =" Markdown.Avalonia" Version =" 11.0.3-a1 " />
5151 <PackageReference Include =" MessageBox.Avalonia" Version =" 3.1.5.1" />
5252 <PackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" 6.0.10" />
5353 <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 8.0.5" />
Original file line number Diff line number Diff line change 144144 <TabControl SelectedIndex =" {}" >
145145 <TabItem IsVisible =" {Binding SelectedAction.HasDocs}" Header =" Documentation" >
146146 <Border Grid.Column=" 1" Background =" #1f1f1f" IsVisible =" {Binding SelectedAction.HasDocs}" >
147- <mdxaml : MarkdownScrollViewer xml : space =" default" Margin =" 20" Markdown =" {Binding SelectedAction.DocsContent}" AssetPathRoot =" {Binding SelectedAction.DocAssetPath}" >
147+ <mdxaml : MarkdownScrollViewer xml : space =" default" SelectionEnabled = " True " Margin =" 20" Markdown =" {Binding SelectedAction.DocsContent}" AssetPathRoot =" {Binding SelectedAction.DocAssetPath}" >
148148 <mdxaml : MarkdownScrollViewer .Styles>
149149 <Style Selector =" ctxt|CTextBlock" >
150150 <Setter Property =" Foreground" Value =" #C3C3C3" />
You can’t perform that action at this time.
0 commit comments