mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-07 18:38:42 +00:00
feat(empty-chat): add settings for mobile
This commit is contained in:
@ -318,6 +318,7 @@ const ChatWindow = ({ id }: { id?: string }) => {
|
||||
console.log('[DEBUG] closed');
|
||||
}
|
||||
};
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
const messagesRef = useRef<Message[]>([]);
|
||||
|
Reference in New Issue
Block a user