diff --git a/shared/editor/nodes/Table.ts b/shared/editor/nodes/Table.ts index 07f840b79..ac7417386 100644 --- a/shared/editor/nodes/Table.ts +++ b/shared/editor/nodes/Table.ts @@ -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(), }; }