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 5081d2f commit 12e8a21Copy full SHA for 12e8a21
src/Views/ChangeCollectionView.axaml.cs
@@ -42,7 +42,7 @@ protected override void OnKeyDown(KeyEventArgs e)
42
}
43
44
45
- if (!e.Handled && e.Key != Key.Space)
+ if (!e.Handled && e.Key != Key.Space && e.Key != Key.Enter)
46
base.OnKeyDown(e);
47
48
0 commit comments