Browse Source

change(search): opening search dropdown should not take you out of fullscreen view or edit

Torkel Ödegaard 10 years ago
parent
commit
ad1fa110ff
1 changed files with 0 additions and 4 deletions
  1. 0 4
      public/app/controllers/search.js

+ 0 - 4
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 = '';