浏览代码

fix: linting editor-markdown

Nick 6 年之前
父节点
当前提交
3c27350a12
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      client/components/editor/editor-markdown.vue

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

@@ -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'))