Issue #4767: Removed space that is inserted following the insertion of a mention

This commit is contained in:
Darshan Rai 2014-02-10 22:21:35 +05:30
parent 3ed4467155
commit bc264bfa46

View file

@ -170,7 +170,7 @@
hideAutoComplete();
// Mentions & syntax message
var updatedMessageText = start + mention.value + ' ' + end;
var updatedMessageText = start + mention.value + end;
elmInputBox.val(updatedMessageText);
updateValues();