diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index 9b0bb908ca2..30785eadd69 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -159,7 +159,7 @@ module.directive('panelResizer', function($rootScope) { } scope.$apply(function() { - // ctrl.render(); + ctrl.render(); }); }