Fixes #68, bug when trying open dashboard while in edit/fullscreen mode
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user