diff --git a/src/app/features/dashboard/dashboardNavCtrl.js b/src/app/features/dashboard/dashboardNavCtrl.js index 2148836ac12..092f50c72d5 100644 --- a/src/app/features/dashboard/dashboardNavCtrl.js +++ b/src/app/features/dashboard/dashboardNavCtrl.js @@ -53,6 +53,7 @@ function (angular, _, moment) { $scope.dashboardTitleAction = function() { $scope.appEvent('hide-dash-editor'); + $scope.exitFullscreen(); }; $scope.saveDashboard = function(options) { diff --git a/src/app/features/panel/partials/panel.html b/src/app/features/panel/partials/panel.html index a89e586b492..d8b91bbeb85 100644 --- a/src/app/features/panel/partials/panel.html +++ b/src/app/features/panel/partials/panel.html @@ -30,6 +30,10 @@