fix: Allow delete table row and column with mod+backspace

This commit is contained in:
Tom Moor
2024-06-04 21:59:22 -04:00
parent dd4c8c5546
commit 7a32271992
3 changed files with 43 additions and 1 deletions

View File

@@ -402,8 +402,8 @@ export class Editor extends React.PureComponent<
schema: this.schema,
doc,
plugins: [
...this.plugins,
...this.keymaps,
...this.plugins,
dropCursor({
color: this.props.theme.cursor,
}),