Commit 591846c8 by Torkel Ödegaard

quicker redraw when entering full edit mode

parent c004532c
......@@ -393,10 +393,9 @@ function (angular, app, $, _, kbn, moment, timeSeries, graphiteSrv, RQ) {
closeEditMode();
}
setTimeout(function() {
setImmediate(function() {
$scope.$emit('render');
}, 200);
});
});
$rootScope.$emit('fullEditMode', true);
......
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