Fix Bug 37106 (appeared due to Bug 35896).

This commit is contained in:
Julia Radzhabova 2018-03-05 16:28:53 +03:00
parent dc9158bc7b
commit bbc6417a4d

View file

@ -292,6 +292,7 @@ define([
arr.push($(item).data('bs.tooltip').tip()); arr.push($(item).data('bs.tooltip').tip());
}); });
view.tipsArray = arr; view.tipsArray = arr;
this.autoHeightTextBox();
}; };
var onCommentsViewMouseOver = function() { var onCommentsViewMouseOver = function() {