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 b784a14 commit 83cab76Copy full SHA for 83cab76
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -535,7 +535,7 @@ private async Task OpenResultAsync(string index)
535
536
// Record user selected result for result ranking
537
_userSelectedRecord.Add(result);
538
- // Add item to histroy only if it is from results but not context menu or history
+ // Add item to history only if it is from results but not context menu or history
539
if (queryResultsSelected)
540
{
541
_history.Add(result);
0 commit comments