Change behavior of Enter in tables, closes #6281
This commit is contained in:
@@ -75,7 +75,7 @@ export default class Table extends Node {
|
||||
return {
|
||||
Tab: chainCommands(goToNextCell(1), addRowAndMoveSelection()),
|
||||
"Shift-Tab": goToNextCell(-1),
|
||||
Enter: addRowAndMoveSelection(),
|
||||
"Mod-Enter": addRowAndMoveSelection(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user