mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
remove debug
This commit is contained in:
parent
17c8c83651
commit
8ca5e70b58
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user