diff --git a/Flow.Launcher/ResultListBox.xaml.cs b/Flow.Launcher/ResultListBox.xaml.cs index 8a8ef3ab3..d1415f8ab 100644 --- a/Flow.Launcher/ResultListBox.xaml.cs +++ b/Flow.Launcher/ResultListBox.xaml.cs @@ -78,7 +78,8 @@ namespace Flow.Launcher if (e.LeftButton != MouseButtonState.Pressed) { start = default; - path = null; + path = string.Empty; + query = string.Empty; return; }