diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 968720c..9fcfaf5 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -566,7 +566,7 @@ 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();