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

This commit is contained in:
Sam X. Chen 2019-09-17 09:30:26 -04:00
parent 0120c73a80
commit f29d7daa1d

View file

@ -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;