Merge pull request #22 from mattermost/mention-fix
fix an auto-complete bug for mentions MERGE FOR HELIUM RELEASE
Этот коммит содержится в:
@@ -204,7 +204,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
// If there is a space after the last @, nothing to do.
|
// If there is a space after the last @, nothing to do.
|
||||||
if (lastSpace > atIndex || lastCharSpace > atIndex) {
|
if (lastSpace > atIndex || lastCharSpace > atIndex) {
|
||||||
this.setState({ mentionText: '-1' });
|
this.updateMentionTab('-1', null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user