From bbc6417a4d580ed225d20ad35cdbd5c5b9f4a26d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 5 Mar 2018 16:28:53 +0300 Subject: [PATCH] Fix Bug 37106 (appeared due to Bug 35896). --- apps/common/main/lib/view/Comments.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index 5bdba4e5d..164e936ed 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -292,6 +292,7 @@ define([ arr.push($(item).data('bs.tooltip').tip()); }); view.tipsArray = arr; + this.autoHeightTextBox(); }; var onCommentsViewMouseOver = function() {