diff --git a/public/app/controllers/search.js b/public/app/controllers/search.js index a762af0f887..279b3a1d793 100644 --- a/public/app/controllers/search.js +++ b/public/app/controllers/search.js @@ -17,10 +17,6 @@ function (angular, _, config) { $scope.query = { query: '', tag: [], starred: false }; $scope.currentSearchId = 0; - if ($scope.dashboardViewState.fullscreen) { - $scope.exitFullscreen(); - } - $timeout(function() { $scope.giveSearchFocus = $scope.giveSearchFocus + 1; $scope.query.query = '';