We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdb872 commit e98964aCopy full SHA for e98964a
Flow.Launcher/MainWindow.xaml
@@ -243,7 +243,7 @@
243
PreviewDragOver="OnPreviewDragOver"
244
PreviewKeyUp="QueryTextBox_KeyUp"
245
Style="{DynamicResource QueryBoxStyle}"
246
- Text="{Binding QueryText, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
+ Text="{Binding QueryText, Mode=OneWay}"
247
Visibility="Visible"
248
WindowChrome.IsHitTestVisibleInChrome="True">
249
<TextBox.CommandBindings>
@@ -377,7 +377,7 @@
377
Style="{DynamicResource SeparatorStyle}" />
378
</ContentControl>
379
</Grid>
380
-
+
381
<Border Style="{DynamicResource WindowRadius}">
382
<Border.Clip>
383
<MultiBinding Converter="{StaticResource BorderClipConverter}">
0 commit comments