From 4373e121cc05d50ca628354f05957561de77c26f Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 30 Nov 2017 15:23:26 +0530 Subject: [PATCH] updated comment --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 1d0ddcf..95c3a4d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -4601,7 +4601,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l } else { - //when user draw TB outside body + //when user draw TB outside body than no bodyRegion + //is covred and nothing is drawn so the function is not called in which we are enabling UI $scope.EnableUI(); } }) -- libgit2 0.21.4