From 3bbef99a5b67e548cfa3e8f66a4c7f409d6e31ea Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 16 Sep 2016 11:00:29 +0530 Subject: [PATCH] maintain scroll on highlight to normal. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index f2c9b4e..cf74d92 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -4823,8 +4823,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.enableHighlight = function () { - - //if listanager is visisble then close it @@ -7583,7 +7581,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $('#spinner').css('visibility', 'hidden'); } - + $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop(); + $rootScope.CanvasDivLeftPosition = $("#canvasDiv").scrollLeft(); } -- libgit2 0.21.4