From ad1fa110ff20f1896a8df9e699c6f58ddc931584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 15 Aug 2015 21:57:41 +0200 Subject: [PATCH] change(search): opening search dropdown should not take you out of fullscreen view or edit --- public/app/controllers/search.js | 4 ---- 1 file changed, 4 deletions(-) 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 = '';