From f29d7daa1d687df535a7c6ac5c53cc6f067c44cb Mon Sep 17 00:00:00 2001 From: "Sam X. Chen" Date: Tue, 17 Sep 2019 09:30:26 -0400 Subject: BugFix: in richer editor @ autocomplete doesn't really insert the user name into comment properly --- client/components/main/editor.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/components/main/editor.js') diff --git a/client/components/main/editor.js b/client/components/main/editor.js index 2035f62f..b1725227 100755 --- a/client/components/main/editor.js +++ b/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; -- cgit v1.2.3-1-g7c22