mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix linting
This commit is contained in:
parent
dfbb7dfc16
commit
a179291f4f
2 changed files with 0 additions and 3 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue