Przeglądaj źródła

BugFix: in richer editor @ autocomplete doesn't really insert the user name into comment properly

Sam X. Chen 5 lat temu
rodzic
commit
f29d7daa1d
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      client/components/main/editor.js

+ 0 - 2
client/components/main/editor.js

@@ -190,8 +190,6 @@ Template.editor.onRendered(() => {
                 if (!this.value) {
                   const sn = getSummernote(this);
                   sn && sn.summernote('code', '');
-                  setAutocomplete(jEditor);
-                  //object && object.editingArea.find('.note-placeholder').show();
                 }
               });
               const jEditor = object && object.editable;