Commit 03f91e8d by Torkel Ödegaard

fix(panel resize): fixed panel resize drag handling

parent 7e6314dc
......@@ -121,7 +121,7 @@ module.directive('panelResizer', function($rootScope) {
}
scope.$apply(function() {
scope.$broadcast('render');
ctrl.broadcastRender();
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment