Commit b89f8c533a469f1646257e4476fc3411c1bcef4c

Authored by unknown
1 parent 3b0f23f0

DA > Annotation Toolbar > Cursor get stuck with draw tools

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -5983,7 +5983,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
5983 5983 }
5984 5984  
5985 5985 $scope.enableZoom = function () {
5986   -
  5986 + $(".annotationTollbar").css("display", "none");
  5987 + $("#annotationButton").removeClass("active");
5987 5988 $("#btnExtract").removeClass("disabled");
5988 5989 $("#btnTranparency").removeClass("disabled");
5989 5990 $rootScope.isTransparencyBoxActivated = false;
... ...