Commit 3bbef99a5b67e548cfa3e8f66a4c7f409d6e31ea

Authored by Nikita Kulshreshtha
1 parent af50ba66

maintain scroll on highlight to normal.

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -4823,8 +4823,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo @@ -4823,8 +4823,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4823 4823
4824 $scope.enableHighlight = function () { 4824 $scope.enableHighlight = function () {
4825 4825
4826 -  
4827 -  
4828 4826
4829 //if listanager is visisble then close it 4827 //if listanager is visisble then close it
4830 4828
@@ -7583,7 +7581,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo @@ -7583,7 +7581,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
7583 $('#spinner').css('visibility', 'hidden'); 7581 $('#spinner').css('visibility', 'hidden');
7584 } 7582 }
7585 7583
7586 - 7584 + $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop();
  7585 + $rootScope.CanvasDivLeftPosition = $("#canvasDiv").scrollLeft();
7587 7586
7588 } 7587 }
7589 7588