Update emby-textarea.js

This commit is contained in:
Influence365
2020-05-30 13:27:06 +01:00
committed by GitHub
parent 8a1ca94760
commit e6b7c8a691
+1 -1
View File
@@ -55,7 +55,7 @@ define(['layoutManager', 'browser', 'css!./emby-textarea', 'registerElement', 'e
newHeight = textarea.scrollHeight/* - offset*/;
hasGrown = true;
}
$('.customCSS').css("height",newHeight + 'px');
$('.customCssContainer').css("height",newHeight + 'px');
textarea.style.height = newHeight + 'px';
}