mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
fix(panel resize): fixed panel resize drag handling
This commit is contained in:
parent
7e6314dcac
commit
03f91e8d85
@ -121,7 +121,7 @@ module.directive('panelResizer', function($rootScope) {
|
||||
}
|
||||
|
||||
scope.$apply(function() {
|
||||
scope.$broadcast('render');
|
||||
ctrl.broadcastRender();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user