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

Fix linting

This commit is contained in:
MrTimscampi 2020-07-19 16:27:48 +02:00
parent dfbb7dfc16
commit a179291f4f
2 changed files with 0 additions and 3 deletions

View file

@ -55,7 +55,6 @@ import 'emby-input';
textarea.style.overflowY = 'hidden';
textarea.style.height = 'auto';
newHeight = textarea.scrollHeight/* - offset*/;
hasGrown = true;
}
$('.customCssContainer').css('height', newHeight + 'px');
textarea.style.height = newHeight + 'px';