1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update emby-textarea.js

This commit is contained in:
Influence365 2020-05-30 09:51:49 +01:00 committed by GitHub
parent a032f6a35d
commit 6ce8c77d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ define(['layoutManager', 'browser', 'css!./emby-textarea', 'registerElement', 'e
newHeight = textarea.scrollHeight/* - offset*/;
hasGrown = true;
}
$('.customCSS1').css("height",newHeight + 'px');
$('.customCSS').css("height",newHeight + 'px');
textarea.style.height = newHeight + 'px';
}