mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
BugFix: in richer editor @ autocomplete doesn't really insert the user name into comment properly
This commit is contained in:
parent
0120c73a80
commit
f29d7daa1d
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue