Commit ad1fa110 by Torkel Ödegaard

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

parent 16fa5c4d
......@@ -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 = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment