From 1167b391854957a5d58ed569c1dc2f80e9ccc599 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Fri, 24 Mar 2017 18:05:43 +0900 Subject: Fixed mobile search focus - keyboard collapse/focus (#5766) --- webapp/components/search_results.jsx | 37 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 23 deletions(-) (limited to 'webapp/components/search_results.jsx') diff --git a/webapp/components/search_results.jsx b/webapp/components/search_results.jsx index ce72ec3b1..70f686f42 100644 --- a/webapp/components/search_results.jsx +++ b/webapp/components/search_results.jsx @@ -3,7 +3,6 @@ import SearchResultsHeader from './search_results_header.jsx'; import SearchResultsItem from './search_results_item.jsx'; -import SearchBox from './search_bar.jsx'; import ChannelStore from 'stores/channel_store.jsx'; import SearchStore from 'stores/search_store.jsx'; @@ -168,11 +167,6 @@ export default class SearchResults extends React.Component { render() { var results = this.state.results; - var currentId = UserStore.getCurrentId(); - var searchForm = null; - if (currentId) { - searchForm = ; - } var noResults = (!results || !results.order || !results.order.length); const searchTerm = this.state.searchTerm; const profiles = this.state.profiles || {}; @@ -312,23 +306,20 @@ export default class SearchResults extends React.Component { } return ( -
-
{searchForm}
-
- -
- {ctls} -
+
+ +
+ {ctls}
); -- cgit v1.2.3-1-g7c22