fix: Allow delete table row and column with mod+backspace
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user