diff --git a/src/app/services/dashboard.js b/src/app/services/dashboard.js index bb31d85d349..ad3eb5e745c 100644 --- a/src/app/services/dashboard.js +++ b/src/app/services/dashboard.js @@ -138,6 +138,9 @@ function (angular, $, kbn, _, config, moment, Modernizr) { // Cancel all timers timer.cancel_all(); + // reset fullscreen flag + $rootScope.fullscreen = false; + // Make sure the dashboard being loaded has everything required dashboard = dash_defaults(dashboard);