First commit for toggling mentions using shortcut and button (#4169)

Also did some refactoring and moved code to actions

Fixed coding style errors
Этот коммит содержится в:
Pepijn
2016-10-11 15:07:38 +02:00
коммит произвёл Joram Wilander
родитель 6e9e41ebb5
Коммит 944bb1ba61
6 изменённых файлов: 82 добавлений и 73 удалений

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

@@ -19,6 +19,7 @@ class SearchStoreClass extends EventEmitter {
this.searchResults = null;
this.isMentionSearch = false;
this.isFlaggedPosts = false;
this.isVisible = false;
this.searchTerm = '';
}