mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
This commit is contained in:
parent
942a434f0c
commit
d4cb609767
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const avKeydown = (event: KeyboardEvent, nodeElement: HTMLElement, protyl
|
|||
event.preventDefault();
|
||||
return true;
|
||||
}
|
||||
if (event.key === "Backspace") {
|
||||
if (event.key === "Backspace" || event.key === "Delete") {
|
||||
updateCellsValue(protyle, nodeElement, undefined, [selectCellElement]);
|
||||
event.preventDefault();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue