remove debug

This commit is contained in:
Philipp Kühn
2021-01-29 10:04:24 +01:00
parent 17c8c83651
commit 8ca5e70b58

View File

@@ -87,23 +87,7 @@ export default {
mounted() { mounted() {
this.editor = new Editor({ this.editor = new Editor({
extensions: [ extensions: defaultExtensions(),
...defaultExtensions(),
Extension.create({
addKeyboardShortcuts() {
return {
'Mod-Enter': () => {
console.log('Mod-Enter plugin')
return false
},
'Shift-Enter': () => {
console.log('Shift-Enter')
return false
},
}
},
}),
],
content: ` content: `
<h2> <h2>
Hi there, Hi there,