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() {
this.editor = new Editor({
extensions: [
...defaultExtensions(),
Extension.create({
addKeyboardShortcuts() {
return {
'Mod-Enter': () => {
console.log('Mod-Enter plugin')
return false
},
'Shift-Enter': () => {
console.log('Shift-Enter')
return false
},
}
},
}),
],
extensions: defaultExtensions(),
content: `
<h2>
Hi there,