This commit is contained in:
Vanessa 2023-02-02 15:48:24 +08:00
parent 197b005dad
commit b93945faf9

View file

@ -687,6 +687,7 @@ export const fixTable = (protyle: IProtyle, event: KeyboardEvent, range: Range)
deleteRow(protyle, range, cellElement, nodeElement);
}
event.preventDefault();
event.stopPropagation();
return true;
}