mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
e870babf64
commit
f628ac35f8
1 changed files with 1 additions and 0 deletions
|
|
@ -548,6 +548,7 @@ export const fixTable = (protyle: IProtyle, event: KeyboardEvent, range: Range)
|
||||||
if (matchHotKey(window.siyuan.config.keymap.editor.table.insertRowAbove.custom, event)) {
|
if (matchHotKey(window.siyuan.config.keymap.editor.table.insertRowAbove.custom, event)) {
|
||||||
insertRowAbove(protyle, range, cellElement, nodeElement);
|
insertRowAbove(protyle, range, cellElement, nodeElement);
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue