diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index cf77512..c78619f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -528,8 +528,12 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } angular.element(document).ready(function () { - - }) + function checkWidth() { + var CanvasDivWidthAftrMin = $("#canvasDiv").width() / 2; + $("#canvasDiv").scrollLeft(CanvasDivWidthAftrMin); + } + $("#daImagePanel").resize(checkWidth); + }) $scope.loadSearchDataForBodyView = function () {