Просмотр исходного кода

fix(panel resize): fixed panel resize drag handling

Torkel Ödegaard 9 лет назад
Родитель
Сommit
03f91e8d85
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/features/panel/panel_directive.ts

+ 1 - 1
public/app/features/panel/panel_directive.ts

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