Vanessa 2022-08-29 00:03:45 +08:00
parent e870babf64
commit f628ac35f8

View file

@ -548,6 +548,7 @@ export const fixTable = (protyle: IProtyle, event: KeyboardEvent, range: Range)
if (matchHotKey(window.siyuan.config.keymap.editor.table.insertRowAbove.custom, event)) {
insertRowAbove(protyle, range, cellElement, nodeElement);
event.preventDefault();
event.stopPropagation();
return true;
}