Commit ed9953f1fee5f8d9d4a92236263b79d0adc8d7ca
1 parent
acff4858
this is for bug 19820
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -841,6 +841,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
841 | 841 | $("#DrawMode").removeClass("annotationtoolbartab"); |
842 | 842 | $('.btnCursor').removeClass('activebtncolor'); |
843 | 843 | $("#annotationButton").removeClass("active"); |
844 | + $("#annotationButton").blur(); | |
844 | 845 | $("#annotationToolBarOptions").removeClass("active"); |
845 | 846 | |
846 | 847 | ... | ... |