Item ordering
This commit is contained in:
@@ -30,6 +30,7 @@ public partial class CommandPalette : UserControl
|
||||
|
||||
if (e.Key == Key.Escape)
|
||||
{
|
||||
e.Handled = true;
|
||||
viewModel.Close();
|
||||
}
|
||||
else
|
||||
@@ -37,9 +38,4 @@ public partial class CommandPalette : UserControl
|
||||
viewModel.HandleKeyDown(e);
|
||||
}
|
||||
}
|
||||
|
||||
public void Test()
|
||||
{
|
||||
;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user