Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Nüsse <felix.nuesse@t-online.de>2022-05-28 09:51:20 +0300
committerFelix Nüsse <felix.nuesse@t-online.de>2022-05-28 09:51:20 +0300
commit288f869770d611d694ec5249cce04f439e0b8e61 (patch)
tree762ae882c5c615a3dda09b9811aa2d665f6d01d2
parent3f5b585ab054554a1ad9a2e3333e6044314474f2 (diff)
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
-rw-r--r--src/components/EditorEasyMDE.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/EditorEasyMDE.vue b/src/components/EditorEasyMDE.vue
index a138e214..fac8280b 100644
--- a/src/components/EditorEasyMDE.vue
+++ b/src/components/EditorEasyMDE.vue
@@ -111,8 +111,8 @@ export default {
initialValue: this.value,
renderingConfig: {},
shortcuts: {
- "toggleSideBySide": null,
- "togglePreview": null,
+ toggleSideBySide: null,
+ togglePreview: null,
},
}, this.config)