Small improvements

This commit is contained in:
2024-11-14 23:46:13 +01:00
parent 7871b34c60
commit 570d315bf5
5 changed files with 18 additions and 20 deletions

View File

@ -61,7 +61,6 @@ const scrollToBottom = () => {
}
gameStore.connection?.on('chat:message', (data: Chat) => {
console.log(data)
chats.value.push(data)
scrollToBottom()