From 03f91e8d854baa3db9b07df6343df95560a71980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 22 Mar 2016 10:42:29 +0100 Subject: [PATCH] fix(panel resize): fixed panel resize drag handling --- public/app/features/panel/panel_directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index 755e56de71a..addbdf94d53 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -121,7 +121,7 @@ module.directive('panelResizer', function($rootScope) { } scope.$apply(function() { - scope.$broadcast('render'); + ctrl.broadcastRender(); }); }