add keyboard shortcuts to the api, remove best practices section
This commit is contained in:
@@ -38,7 +38,7 @@ export default new Node()
|
||||
},
|
||||
}))
|
||||
.keys(({ editor }) => ({
|
||||
'Shift-Ctrl-9': () => editor.orderedList(),
|
||||
'Shift-Control-9': () => editor.orderedList(),
|
||||
}))
|
||||
.inputRules(({ type }) => [
|
||||
wrappingInputRule(
|
||||
|
||||
Reference in New Issue
Block a user