fix: sometimes textblock with issue link will render nothing

This commit is contained in:
leo 2024-08-14 11:06:37 +08:00
parent ec14d9d533
commit 55da40f8dc
No known key found for this signature in database
5 changed files with 163 additions and 11 deletions

View file

@ -284,9 +284,6 @@
<Style Selector="Run.issue_link">
<Setter Property="Foreground" Value="{DynamicResource Brush.Link}"/>
</Style>
<Style Selector="Run.issue_link.issue_link_hovered">
<Setter Property="TextDecorations" Value="Underline"/>
</Style>
<Style Selector="SelectableTextBlock">
<Setter Property="HorizontalAlignment" Value="Left"/>