summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/editor.js')
-rwxr-xr-xclient/components/main/editor.js2
1 files changed, 0 insertions, 2 deletions
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;