mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashEditView: fix for small ui bug, when having dashboard settings view open and entering panel edit mode, did not cause dash edit view to be closed
This commit is contained in:
@@ -125,6 +125,8 @@ function (angular, _, $) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
DashboardViewState.prototype.enterFullscreen = function(panelScope) {
|
DashboardViewState.prototype.enterFullscreen = function(panelScope) {
|
||||||
|
this.$scope.appEvent('hide-dash-editor');
|
||||||
|
|
||||||
var docHeight = $(window).height();
|
var docHeight = $(window).height();
|
||||||
var editHeight = Math.floor(docHeight * 0.3);
|
var editHeight = Math.floor(docHeight * 0.3);
|
||||||
var fullscreenHeight = Math.floor(docHeight * 0.7);
|
var fullscreenHeight = Math.floor(docHeight * 0.7);
|
||||||
|
|||||||
Reference in New Issue
Block a user