Browse Source

fix: linting editor-markdown

pull/835/head
Nick 5 years ago
parent
commit
3c27350a12
1 changed files with 0 additions and 1 deletions
  1. 1
      client/components/editor/editor-markdown.vue

1
client/components/editor/editor-markdown.vue

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

Loading…
Cancel
Save