[Comments] Hide tooltip on resolve button when option "show resolved comments" is off.

This commit is contained in:
Julia Radzhabova 2017-06-29 10:43:17 +03:00
parent 93e4a6a927
commit c0491e3181

View file

@ -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) {