Added clearing of search bar on close of comment section of RHS
Этот коммит содержится в:
@@ -25,6 +25,13 @@ RhsHeaderPost = React.createClass({
|
|||||||
results: null
|
results: null
|
||||||
});
|
});
|
||||||
|
|
||||||
|
AppDispatcher.handleServerAction({
|
||||||
|
type: ActionTypes.RECIEVED_SEARCH_TERM,
|
||||||
|
term: null,
|
||||||
|
do_search: false,
|
||||||
|
is_mention_search: false
|
||||||
|
});
|
||||||
|
|
||||||
AppDispatcher.handleServerAction({
|
AppDispatcher.handleServerAction({
|
||||||
type: ActionTypes.RECIEVED_POST_SELECTED,
|
type: ActionTypes.RECIEVED_POST_SELECTED,
|
||||||
results: null
|
results: null
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user