Small improvements
This commit is contained in:
@ -61,7 +61,6 @@ const scrollToBottom = () => {
|
||||
}
|
||||
|
||||
gameStore.connection?.on('chat:message', (data: Chat) => {
|
||||
console.log(data)
|
||||
chats.value.push(data)
|
||||
scrollToBottom()
|
||||
|
||||
|
Reference in New Issue
Block a user