Skip to content

Commit 6efd288

Browse files
committed
add reset for query string
1 parent 9bbd01a commit 6efd288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/ResultListBox.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ private void ResultList_MouseMove(object sender, MouseEventArgs e)
7878
if (e.LeftButton != MouseButtonState.Pressed)
7979
{
8080
start = default;
81-
path = null;
81+
path = string.Empty;
82+
query = string.Empty;
8283
return;
8384
}
8485

0 commit comments

Comments
 (0)