Skip to content

Commit e67afcb

Browse files
committed
Reset index on cleared query
1 parent 8b39a83 commit e67afcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ private async void QueryResults()
585585
{
586586
Results.Clear();
587587
Results.Visbility = Visibility.Collapsed;
588+
lasthistoryindex = 1;
588589
return;
589590
}
590591

0 commit comments

Comments
 (0)