From d51115342ff3e57c60d6452ac5661274567c6319 Mon Sep 17 00:00:00 2001 From: birendra.kumar Date: Tue, 3 Mar 2020 18:10:32 +0530 Subject: [PATCH] In DA multi annotation flag commented --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 0329ce9..5d09030 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6529,9 +6529,11 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l // History Maintained Issue// $rootScope.getAnnotationTextBasedOnSelectedBodyRegion = function (event) { - if (event.ctrlKey) { - $scope.SetwindowStoreData(windowviewid, 'multiAnnotationIsON') - } + + // commented now. nikita have to look into this. + //if (event.ctrlKey) { + // $scope.SetwindowStoreData(windowviewid, 'multiAnnotationIsON') + //} var len= (event.currentTarget.id).split("_").length; var windowviewid = (event.currentTarget.id).split("_")[len-1]; -- libgit2 0.21.4