mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Fixed always swallowing keystrokes in ProcessKey in TableView
This commit is contained in:
@@ -205,6 +205,9 @@ namespace Terminal.Gui.Views {
|
||||
SelectedColumn = Table == null ? 0 : Table.Columns.Count - 1;
|
||||
Update ();
|
||||
break;
|
||||
default:
|
||||
// Not a keystroke we care about
|
||||
return false;
|
||||
}
|
||||
PositionCursor ();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user