From 6efd28874f7c09e804258e26db855313f2f6db76 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 7 Nov 2022 21:34:22 +1100 Subject: [PATCH] add reset for query string --- Flow.Launcher/ResultListBox.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }