mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
BugFix: in richer editor @ autocomplete doesn't really insert the user name into comment properly
This commit is contained in:
parent
b31c42acc4
commit
194b6ad46e
2 changed files with 29 additions and 6 deletions
|
|
@ -45,6 +45,7 @@ $.fn.escapeableTextComplete = function(strategies, options, ...otherArgs) {
|
|||
});
|
||||
},
|
||||
});
|
||||
return this;
|
||||
};
|
||||
|
||||
EscapeActions.register('textcomplete', () => {}, () => dropdownMenuIsOpened, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue