Skip to content

Commit e362db4

Browse files
committed
Update SettingsDialog.xaml
1 parent cad754c commit e362db4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.App/Dialogs/SettingsDialog.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
QueryIcon="Find"
9090
QuerySubmitted="AutoSuggestBox_QuerySubmitted"
9191
SuggestionChosen="NavViewSearchBox_SuggestionChosen"
92-
TextChanged="AutoSuggestBox_TextChanged">
92+
TextChanged="AutoSuggestBox_TextChanged"
93+
UpdateTextOnSelect="False">
9394
<AutoSuggestBox.ItemTemplate>
9495
<DataTemplate>
9596
<TextBlock

0 commit comments

Comments
 (0)