1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Remove emacs keymap Ctrl-V binding to allow pasting

Fixes #1406
This commit is contained in:
Amir Eldor
2018-10-12 20:15:07 +03:00
parent fdfa3bb8f5
commit 3b11285bd5

View File

@@ -168,6 +168,8 @@ class Main extends React.Component {
}
})
delete CodeMirror.keyMap.emacs["Ctrl-V"]
eventEmitter.on('editor:fullscreen', this.toggleFullScreen)
}