Skip to main content

ChatRoomInputResize

Callable

  • ChatRoomInputResize(chatInput: HTMLElement): 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.


    Parameters

    • chatInput: HTMLElement

    Returns void