From 4792589eb94d41101f73ad8e83787ea88c10ab71 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Tue, 11 Jul 2023 21:22:17 +0200 Subject: [PATCH] fix: remove duplicated save key action Signed-off-by: Luka Trovic --- src/components/Editor.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Editor.vue b/src/components/Editor.vue index b8a807481fc..dfecbfd75cd 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -502,10 +502,6 @@ export default { }, }), Keymap.configure({ - 'Mod-s': () => { - this.$syncService.save() - return true - }, 'Shift-Mod-c': ({ editor }) => { if (!navigator?.clipboard) { console.error('Clipboard API is not available')