[Comments] Hide tooltip on resolve button when option "show resolved comments" is off.
This commit is contained in:
parent
93e4a6a927
commit
c0491e3181
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue