quicker redraw when entering full edit mode

This commit is contained in:
Torkel Ödegaard 2013-12-17 21:41:41 +01:00
parent c004532ca5
commit 591846c8b9

View File

@ -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);