diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 968720c..e65657e 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -566,11 +566,11 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$('#canvas').css("z-index", y);
}
$rootScope.EraseDrawing = function () {
- $rootScope.isAnnotaionToolBarDrawingModeActive = false;
+ $rootScope.isAnnotaionToolBarDrawingModeActive = true;
$rootScope.switchCanvas();
$rootScope.isEraseToolSelected = true;
//$rootScope.switchCanvasToPaintCanvas();
- $('.btnCursor').removeClass('activebtncolor');
+ $('.btnCursor').removeClass('activebtncolor');
$(".btn-annotation").removeClass("activebtncolor");
$(".btn-annotation-erase").addClass("activebtncolor");
}