fix(panel resize): fixed panel resize drag handling

pull/4447/head
Torkel Ödegaard 9 years ago
parent 7e6314dcac
commit 03f91e8d85
  1. 2
      public/app/features/panel/panel_directive.ts

@ -121,7 +121,7 @@ module.directive('panelResizer', function($rootScope) {
}
scope.$apply(function() {
scope.$broadcast('render');
ctrl.broadcastRender();
});
}

Loading…
Cancel
Save