Commit febe4c270b9a1b3d7cd1ab3fd652f1149863c8cf
1 parent
7e6d4d67
this is for close annotation model sketch brush must not work
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -300,6 +300,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
300 | 300 | $('.btnCursor').removeClass('activebtncolor'); |
301 | 301 | $(".btn-annotation").removeClass("activebtncolor"); |
302 | 302 | $rootScope.isAnnotaionToolBarDrawingModeActive = true; |
303 | + $rootScope.switchCanvas(); | |
303 | 304 | } |
304 | 305 | $rootScope.CIAnotationIdentifyModeOff = false; |
305 | 306 | $rootScope.OnIdentifyClick = function () { | ... | ... |