Fix Bug 37106 (appeared due to Bug 35896).
This commit is contained in:
parent
dc9158bc7b
commit
bbc6417a4d
|
@ -292,6 +292,7 @@ define([
|
|||
arr.push($(item).data('bs.tooltip').tip());
|
||||
});
|
||||
view.tipsArray = arr;
|
||||
this.autoHeightTextBox();
|
||||
};
|
||||
|
||||
var onCommentsViewMouseOver = function() {
|
||||
|
|
Loading…
Reference in a new issue