Added clearing of search bar on close of comment section of RHS
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user