add reset for query string

This commit is contained in:
Jeremy Wu 2022-11-07 21:34:22 +11:00
parent 9bbd01a1d7
commit 6efd28874f

View file

@ -78,7 +78,8 @@ namespace Flow.Launcher
if (e.LeftButton != MouseButtonState.Pressed)
{
start = default;
path = null;
path = string.Empty;
query = string.Empty;
return;
}