فهرست منبع

Fixes #68, bug when trying open dashboard while in edit/fullscreen mode

Torkel Ödegaard 12 سال پیش
والد
کامیت
084e7e7d73
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/app/services/dashboard.js

+ 3 - 0
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);