From 09fadea1520dbdca1505fa8998f5d898c2b20505 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 30 Jun 2025 16:23:07 +0800 Subject: [PATCH] fix: add missing key-down event Signed-off-by: leo --- src/Views/Histories.axaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Views/Histories.axaml b/src/Views/Histories.axaml index 8f521717..3f08e7c9 100644 --- a/src/Views/Histories.axaml +++ b/src/Views/Histories.axaml @@ -44,7 +44,8 @@ LayoutUpdated="OnCommitListLayoutUpdated" SelectionChanged="OnCommitListSelectionChanged" ContextRequested="OnCommitListContextRequested" - DoubleTapped="OnCommitListDoubleTapped"> + DoubleTapped="OnCommitListDoubleTapped" + KeyDown="OnCommitListKeyDown">