Item ordering

This commit is contained in:
2023-07-28 01:38:53 +02:00
parent 27ebb1efa8
commit 0db7949037
13 changed files with 155 additions and 28 deletions

View File

@@ -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()
{
;
}
}