Skip to content

Commit 09fadea

Browse files
committed
fix: add missing key-down event
Signed-off-by: leo <[email protected]>
1 parent 4e47235 commit 09fadea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Views/Histories.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
LayoutUpdated="OnCommitListLayoutUpdated"
4545
SelectionChanged="OnCommitListSelectionChanged"
4646
ContextRequested="OnCommitListContextRequested"
47-
DoubleTapped="OnCommitListDoubleTapped">
47+
DoubleTapped="OnCommitListDoubleTapped"
48+
KeyDown="OnCommitListKeyDown">
4849
<DataGrid.Resources>
4950
<SolidColorBrush x:Key="DataGridGridLinesBrush" Color="{DynamicResource Color.Border0}" />
5051
</DataGrid.Resources>

0 commit comments

Comments
 (0)