From e2afefedb21531fbaf87943c1ad71f74af0de2cb Mon Sep 17 00:00:00 2001 From: Troplo Date: Sun, 2 Oct 2022 23:14:04 +1100 Subject: [PATCH] Update CommunicationsChat.vue --- frontend/src/views/Communications/CommunicationsChat.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/Communications/CommunicationsChat.vue b/frontend/src/views/Communications/CommunicationsChat.vue index c3128dd..c5f520a 100644 --- a/frontend/src/views/Communications/CommunicationsChat.vue +++ b/frontend/src/views/Communications/CommunicationsChat.vue @@ -1133,6 +1133,7 @@ export default { }) if (!this.$route.params.id) { this.$router.push("/communications/friends") + return } document.addEventListener("keypress", this.focusKey) document