Skip to content

Commit 3bf6008

Browse files
committed
Update code comments
1 parent a1df6a1 commit 3bf6008

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,7 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
12781278

12791279
try
12801280
{
1281-
// Check if the query has changed because query can be changed so fast that
1282-
// token of the query between two queries has not been created yet
1281+
// Check if the input text matches the query text
12831282
if (query.Input != QueryText) return;
12841283

12851284
App.API.LogDebug(ClassName, $"Start query with ActionKeyword <{query.ActionKeyword}> and RawQuery <{query.RawQuery}>");

0 commit comments

Comments
 (0)