Skip to content

Commit

Permalink
Merge pull request #168 from hxdhttk/hxdhttk/commentLink
Browse files Browse the repository at this point in the history
Fix that links in comments cannot be invoked by touch.
  • Loading branch information
OpportunityLiu committed Sep 5, 2023
2 parents 4177bf9 + e24eea8 commit 45c650b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ExViewer/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
<muxc:XamlControlsResources xmlns:muxc="using:Microsoft.UI.Xaml.Controls" />
<ResourceDictionary>
<x:Boolean x:Key="HyperlinkUnderlineVisible">True</x:Boolean>
</ResourceDictionary>
<ResourceDictionary Source="Themes/GenericOverride.xaml" />
<ResourceDictionary Source="Themes/NamedStyles.xaml" />
<ResourceDictionary Source="Converters/Converters.xaml" />
Expand Down

0 comments on commit 45c650b

Please sign in to comment.