From b89f8c533a469f1646257e4476fc3411c1bcef4c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 17 Apr 2017 12:00:46 +0530 Subject: [PATCH] DA > Annotation Toolbar > Cursor get stuck with draw tools --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 67d2287..9c2048a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -5983,7 +5983,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } $scope.enableZoom = function () { - + $(".annotationTollbar").css("display", "none"); + $("#annotationButton").removeClass("active"); $("#btnExtract").removeClass("disabled"); $("#btnTranparency").removeClass("disabled"); $rootScope.isTransparencyBoxActivated = false; -- libgit2 0.21.4