1
0
forked from noxious/client

Possible keybinding fix

This commit is contained in:
2024-07-12 00:31:28 +02:00
parent 7c23b4e37e
commit cf19bb4baa
3 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,6 @@ export const useSocketStore: StoreDefinition = defineStore('socket', {
// When we can't reconnect, disconnect
this.connection.on('reconnect_failed', () => {
console.log('Reconnect failed')
this.disconnectSocket()
})
},