Merge pull request #1331 from MrTimscampi/fix-standalone

Remove non-standalone mode
This commit is contained in:
Joshua M. Boniface
2020-05-31 01:01:24 -04:00
committed by GitHub
5 changed files with 33 additions and 58 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ define(['layoutManager', 'browser', 'css!./emby-textarea', 'registerElement', 'e
newHeight = textarea.scrollHeight/* - offset*/;
hasGrown = true;
}
$('.customCssContainer').css("height", newHeight + 'px');
$('.customCssContainer').css('height', newHeight + 'px');
textarea.style.height = newHeight + 'px';
}