mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Fix for issue 3886 (#6585)
This commit is contained in:
@@ -110,7 +110,7 @@ namespace PowerLauncher
|
||||
if (result is ResultViewModel resultVM)
|
||||
{
|
||||
_viewModel.Results.SelectedItem = resultVM;
|
||||
_viewModel.OpenResultCommand.Execute(null);
|
||||
_viewModel.OpenResultWithMouseCommand.Execute(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user