diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index e238a5eb3..c989f74ba 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -517,7 +517,7 @@ define([ if (this.handlerHide) { this.handlerHide (); } - + this.hideTips(); Common.UI.Window.prototype.hide.call(this); if (!_.isUndefined(this.e) && this.e.keyCode == Common.UI.Keys.ESC) {