remove debug
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user