|
@@ -17,6 +17,10 @@ function (angular, _, config) {
|
|
|
$scope.query = { query: '', tag: '', starred: false };
|
|
$scope.query = { query: '', tag: '', starred: false };
|
|
|
$scope.currentSearchId = 0;
|
|
$scope.currentSearchId = 0;
|
|
|
|
|
|
|
|
|
|
+ if ($scope.dashboardViewState.fullscreen) {
|
|
|
|
|
+ $scope.exitFullscreen();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
$timeout(function() {
|
|
$timeout(function() {
|
|
|
$scope.giveSearchFocus = $scope.giveSearchFocus + 1;
|
|
$scope.giveSearchFocus = $scope.giveSearchFocus + 1;
|
|
|
$scope.query.query = '';
|
|
$scope.query.query = '';
|