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 11ca5f9 commit 9d9b532Copy full SHA for 9d9b532
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -485,6 +485,9 @@ private async void QueryResults()
485
// Switch to ThreadPool thread
486
await TaskScheduler.Default;
487
488
+ if (currentCancellationToken.IsCancellationRequested)
489
+ return;
490
+
491
var query = QueryBuilder.Build(QueryText.Trim(), PluginManager.NonGlobalPlugins);
492
493
// handle the exclusiveness of plugin using action keyword
0 commit comments