Merge pull request #6 from rgarmsen2295/master

Remerging
Этот коммит содержится в:
Reed Garmsen
2015-06-17 11:29:13 -07:00
родитель d8ebad2658 79f59bbade
Коммит e7f4a7b5ab
9 изменённых файлов: 172 добавлений и 59 удалений

Просмотреть файл

@@ -204,7 +204,7 @@ module.exports = React.createClass({
// If there is a space after the last @, nothing to do.
if (lastSpace > atIndex || lastCharSpace > atIndex) {
this.setState({ mentionText: '-1' });
this.updateMentionTab('-1', null);
return;
}