Bug 1222654 - Fix lose state when zooming in on graph

This commit is contained in:
Tiramisu 1993 2015-11-07 15:23:34 +08:00
Родитель 81a7d5148f
Коммит acde589545
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,6 @@ perf.controller('GraphsCtrl', [
function deselectDataPoint() {
$timeout(function() {
$scope.selectedDataPoint = null;
$scope.plot.unhighlight();
hideTooltip();
updateDocument();
});