Commit 4373e121cc05d50ca628354f05957561de77c26f
1 parent
ff0cf330
updated comment
Showing
1 changed file
with
2 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -4601,7 +4601,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l | @@ -4601,7 +4601,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l | ||
4601 | 4601 | ||
4602 | } | 4602 | } |
4603 | else { | 4603 | else { |
4604 | - //when user draw TB outside body | 4604 | + //when user draw TB outside body than no bodyRegion |
4605 | + //is covred and nothing is drawn so the function is not called in which we are enabling UI | ||
4605 | $scope.EnableUI(); | 4606 | $scope.EnableUI(); |
4606 | } | 4607 | } |
4607 | }) | 4608 | }) |