Undo docstring changes

17cce528f8f24e2de321f34bc0bca8ec5c977e1c

Joe <joenunezb@gmail.com>

1 files changed, +1 -2Showing whitespace changes
public/scripts/RossAscends-mods.js+1 -2
@@ -699,8 +699,7 @@ const chatBlock = document.getElementById('chat');
699699const isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
700700
701701/**
702702 * Resizesthis makes the chat input textareatext area resize vertically to match itsthe text content, upsize to(limited aby maximumCSS heightat defined50% inwindow CSS.height)
703- * Preserves scroll position in Chrome. In Firefox, the textarea grows to cover the chat history.
704703 */
705704function autoFitSendTextArea() {
706705 const originalScrollBottom = chatBlock.scrollHeight - (chatBlock.scrollTop + chatBlock.offsetHeight);