fix: linting editor-markdown

pull/835/head
Nick 6 years ago
parent 9f92aa4050
commit 3c27350a12

@ -284,7 +284,6 @@ export default {
this.activeModal = (this.activeModal === key) ? '' : key
},
onCmReady(cm) {
let self = this
const keyBindings = {
'F11' (cm) {
cm.setOption('fullScreen', !cm.getOption('fullScreen'))

Loading…
Cancel
Save