Added clearing of search bar on close of comment section of RHS

Этот коммит содержится в:
nickago
2015-08-25 13:26:36 -07:00
родитель 70da0dbec6
Коммит 70634ecdf2

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

@@ -25,6 +25,13 @@ RhsHeaderPost = React.createClass({
results: null
});
AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_SEARCH_TERM,
term: null,
do_search: false,
is_mention_search: false
});
AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_POST_SELECTED,
results: null