Fix clicking on text (#11968)

This commit is contained in:
Mykhailo Pylyp 2021-06-30 13:05:12 +03:00 committed by GitHub
parent 4e23832d52
commit a90c738c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,8 @@
Grid.Column="1" Grid.Column="1"
FontSize="20" FontSize="20"
Margin="0,0,0,-2" Margin="0,0,0,-2"
VerticalAlignment="Bottom"> VerticalAlignment="Bottom"
IsHitTestVisible="False">
<viewmodel:ResultsViewModel.FormattedText> <viewmodel:ResultsViewModel.FormattedText>
<MultiBinding Converter="{StaticResource highlightTextConverter}"> <MultiBinding Converter="{StaticResource highlightTextConverter}">
<Binding Path="Result.Title" /> <Binding Path="Result.Title" />