mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00
Fix clicking on text (#11968)
This commit is contained in:
parent
4e23832d52
commit
a90c738c10
@ -236,7 +236,8 @@
|
||||
Grid.Column="1"
|
||||
FontSize="20"
|
||||
Margin="0,0,0,-2"
|
||||
VerticalAlignment="Bottom">
|
||||
VerticalAlignment="Bottom"
|
||||
IsHitTestVisible="False">
|
||||
<viewmodel:ResultsViewModel.FormattedText>
|
||||
<MultiBinding Converter="{StaticResource highlightTextConverter}">
|
||||
<Binding Path="Result.Title" />
|
||||
|
Loading…
Reference in New Issue
Block a user