diff --git a/src/components/Chat.jsx b/src/components/Chat.jsx index cd1ff97..99088ae 100644 --- a/src/components/Chat.jsx +++ b/src/components/Chat.jsx @@ -57,6 +57,8 @@ const Chat = ({ }, [channelMessages.length]); useEffect(() => { + // TODO this removes focus from chat box, fix this + return; if (channelMessages.length === MAX_CHAT_MESSAGES) { restoreSelection(selection); }