From 8ca5e70b58e8db653acd47cb47dce958ee3a6e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 29 Jan 2021 10:04:24 +0100 Subject: [PATCH] remove debug --- docs/src/demos/Examples/Default/index.vue | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/docs/src/demos/Examples/Default/index.vue b/docs/src/demos/Examples/Default/index.vue index e2c4bb5d..c6c71525 100644 --- a/docs/src/demos/Examples/Default/index.vue +++ b/docs/src/demos/Examples/Default/index.vue @@ -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: `

Hi there,