Update CommunicationsChat.vue

This commit is contained in:
Troplo 2022-10-02 23:14:04 +11:00
parent 1598214e2d
commit e2afefedb2

View file

@ -1133,6 +1133,7 @@ export default {
}) })
if (!this.$route.params.id) { if (!this.$route.params.id) {
this.$router.push("/communications/friends") this.$router.push("/communications/friends")
return
} }
document.addEventListener("keypress", this.focusKey) document.addEventListener("keypress", this.focusKey)
document document