fix: suppression raccourcis clavier inutiles — slash menu uniquement
Les blocs (toggle, callout, outline, columns, math) n'ont plus de raccourcis clavier. Insertion via le menu / uniquement, comme Notion. Plus de confusion pour l'utilisateur.
This commit is contained in:
@@ -134,14 +134,6 @@ export const OutlineExtension = Node.create({
|
||||
addNodeView() {
|
||||
return ReactNodeViewRenderer(OutlineView)
|
||||
},
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Mod-Alt-O': () => this.editor.commands.insertContent({
|
||||
type: this.name,
|
||||
}),
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
export function insertOutlineBlock(editor: any) {
|
||||
|
||||
Reference in New Issue
Block a user