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();
|
closeEditMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setImmediate(function() {
|
||||||
setTimeout(function() {
|
|
||||||
$scope.$emit('render');
|
$scope.$emit('render');
|
||||||
}, 200);
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$rootScope.$emit('fullEditMode', true);
|
$rootScope.$emit('fullEditMode', true);
|
||||||
|
Loading…
Reference in New Issue
Block a user