formatted chat input better, got rid of resize, added end adornment to send messages without the enter button

This commit is contained in:
Carter 2024-12-06 11:36:27 -06:00
parent a0d1fcf5a9
commit 374ba20f0c
4 changed files with 36 additions and 42 deletions

View file

@ -40,10 +40,6 @@ export default function ChatOutput(props: Props) {
setScrollOffset(container.scrollHeight - container.scrollTop)
}
useEffect(() => {
console.log(scrollOffset)
}, [scrollOffset])
useEffect(() => {
if (!containerRef.current) return;
const container = containerRef.current;