We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e47235 commit 09fadeaCopy full SHA for 09fadea
src/Views/Histories.axaml
@@ -44,7 +44,8 @@
44
LayoutUpdated="OnCommitListLayoutUpdated"
45
SelectionChanged="OnCommitListSelectionChanged"
46
ContextRequested="OnCommitListContextRequested"
47
- DoubleTapped="OnCommitListDoubleTapped">
+ DoubleTapped="OnCommitListDoubleTapped"
48
+ KeyDown="OnCommitListKeyDown">
49
<DataGrid.Resources>
50
<SolidColorBrush x:Key="DataGridGridLinesBrush" Color="{DynamicResource Color.Border0}" />
51
</DataGrid.Resources>
0 commit comments