Преглед на файлове

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