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:
parent
4d8761593c
commit
a032f6a35d
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ define(['layoutManager', 'browser', 'css!./emby-textarea', 'registerElement', 'e
|
||||||
newHeight = textarea.scrollHeight/* - offset*/;
|
newHeight = textarea.scrollHeight/* - offset*/;
|
||||||
hasGrown = true;
|
hasGrown = true;
|
||||||
}
|
}
|
||||||
|
$('.customCSS1').css("height",newHeight + 'px');
|
||||||
textarea.style.height = newHeight + 'px';
|
textarea.style.height = newHeight + 'px';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue