소스 검색

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