1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #2492 from amireldor/fix-paste-with-emacs-keymap

Remove emacs keymap Ctrl-V binding to allow pasting
This commit is contained in:
Junyoung Choi (Sai)
2018-11-13 00:40:48 +09:00
committed by GitHub

View File

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