Update CommunicationsChat.vue

This commit is contained in:
Troplo 2022-10-02 23:14:04 +11:00
parent 1598214e2d
commit e2afefedb2
1 changed files with 1 additions and 0 deletions

View File

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