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 61ee542 commit 5f10e02Copy full SHA for 5f10e02
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1335,7 +1335,6 @@ private static List<Result> GetHistoryItems(IEnumerable<HistoryItem> historyItem
1335
private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, bool reSelect = true)
1336
{
1337
_updateSource?.Cancel();
1338
- _progressQuery = null;
1339
1340
App.API.LogDebug(ClassName, $"Start query with text: <{QueryText}>");
1341
0 commit comments