From c0491e31812588ed6303f6c5ef46e9ac423e6aa3 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 29 Jun 2017 10:43:17 +0300 Subject: [PATCH] [Comments] Hide tooltip on resolve button when option "show resolved comments" is off. --- apps/common/main/lib/view/Comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {