mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change(search): opening search dropdown should not take you out of fullscreen view or edit
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user