зеркало из https://github.com/mozilla/treeherder.git
Bug 1222654 - Fix lose state when zooming in on graph
This commit is contained in:
Родитель
81a7d5148f
Коммит
acde589545
|
@ -45,7 +45,6 @@ perf.controller('GraphsCtrl', [
|
|||
function deselectDataPoint() {
|
||||
$timeout(function() {
|
||||
$scope.selectedDataPoint = null;
|
||||
$scope.plot.unhighlight();
|
||||
hideTooltip();
|
||||
updateDocument();
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче