Skip to content

Commit

Permalink
fix: remove duplicated save key action
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud committed Jul 11, 2023
1 parent c81b0cd commit 4792589
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4792589

Please sign in to comment.