Skip to content

Commit 3b8fc29

Browse files
GarulfVictoriousRaptor
authored andcommitted
Remove unused code
1 parent 62a26ff commit 3b8fc29

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
@@ -661,8 +661,7 @@ private void QueryContextMenu()
661661
List<Result> results;
662662
if (selected == lastContextMenuResult)
663663
{
664-
// Use copy to keep the original results unchanged
665-
results = lastContextMenuResults.ToList();
664+
results = lastContextMenuResults;
666665
}
667666
else
668667
{

0 commit comments

Comments
 (0)