diff options
Diffstat (limited to 'vnext/src/ui/MessageInput.js')
-rw-r--r-- | vnext/src/ui/MessageInput.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vnext/src/ui/MessageInput.js b/vnext/src/ui/MessageInput.js index de4edc7f..3d24e728 100644 --- a/vnext/src/ui/MessageInput.js +++ b/vnext/src/ui/MessageInput.js @@ -9,7 +9,6 @@ import toast from 'react-hot-toast'; /** * StackOverflow-driven development: https://stackoverflow.com/a/10158364/1097384 - * * @param {HTMLTextAreaElement & {createTextRange?: Function}} el element */ function moveCaretToEnd(el) { @@ -37,7 +36,6 @@ function moveCaretToEnd(el) { /** * MessageInput - * * @param {React.ComponentProps<React.FC> & MessageInputProps} props props */ export default function MessageInput({ text, rows, placeholder, onSend }) { |