mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
change(search): opening search dropdown should not take you out of fullscreen view or edit
This commit is contained in:
parent
16fa5c4df3
commit
ad1fa110ff
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user