small fix for png width error when resize in edit mode / fullscreen mode
This commit is contained in:
@@ -59,6 +59,10 @@ function (angular, $, kbn, moment, _) {
|
||||
function render_panel() {
|
||||
if (!data) { return; }
|
||||
|
||||
if ($rootScope.fullscreen && !scope.fullscreen) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!setElementHeight()) { return; }
|
||||
|
||||
if (_.isString(data)) {
|
||||
|
||||
Reference in New Issue
Block a user