From f6e1ce7cbdd462aab5ad3a28d39d541e6f98ad3d Mon Sep 17 00:00:00 2001 From: Ivan Driuk Date: Tue, 8 Apr 2025 19:35:05 +0300 Subject: [PATCH] Fix redirect to new channel route Fixes an issue where, after creating a new chat and automatically navigating to it, the app does not respond to clicks on the previous chat in the menu, and the address bar still shows the URL of the previous chat. --- vue-client/src/components/JoinOrCreateChannelModal.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue-client/src/components/JoinOrCreateChannelModal.vue b/vue-client/src/components/JoinOrCreateChannelModal.vue index 67f00ef..d28ecda 100644 --- a/vue-client/src/components/JoinOrCreateChannelModal.vue +++ b/vue-client/src/components/JoinOrCreateChannelModal.vue @@ -1,11 +1,13 @@