mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
quicker redraw when entering full edit mode
This commit is contained in:
parent
c004532ca5
commit
591846c8b9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user