Issue #4767: Removed space that is inserted following the insertion of a mention
This commit is contained in:
parent
3ed4467155
commit
bc264bfa46
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@
|
|||
hideAutoComplete();
|
||||
|
||||
// Mentions & syntax message
|
||||
var updatedMessageText = start + mention.value + ' ' + end;
|
||||
var updatedMessageText = start + mention.value + end;
|
||||
elmInputBox.val(updatedMessageText);
|
||||
updateValues();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue