diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx index ac4c8a6d7e..fb45ad28e9 100644 --- a/web/react/components/post_right.jsx +++ b/web/react/components/post_right.jsx @@ -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