FunctionsChatRoomInputResizeChatRoomInputResize CallableChatRoomInputResize(chatInput: HTMLElement): voidManually adjust the size of TextAreaChatLog based on the (auto-expanded) chatInput height. Why manually? Because doing it automatically can get veeeery slow as the chat log grows in size.ParameterschatInput: HTMLElementReturns void
Manually adjust the size of
TextAreaChatLog
based on the (auto-expanded)chatInput
height.Why manually? Because doing it automatically can get veeeery slow as the chat log grows in size.