mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
@@ -333,15 +333,6 @@ namespace Wox
|
||||
var vm = DataContext as MainViewModel;
|
||||
if (vm != null)
|
||||
{
|
||||
if (vm.ContextMenuVisibility.IsVisible())
|
||||
{
|
||||
vm.ContextMenu.SelectResult(result);
|
||||
}
|
||||
else
|
||||
{
|
||||
vm.Results.SelectResult(result);
|
||||
}
|
||||
|
||||
if (e.ChangedButton == MouseButton.Left)
|
||||
{
|
||||
vm.OpenResultCommand.Execute(null);
|
||||
|
||||
Reference in New Issue
Block a user