This commit is contained in:
Eduard Gzibovskis 2025-04-25 13:27:32 +01:00
parent f6df79d83f
commit 3aeefee5a4

View file

@ -198,6 +198,7 @@ const toggleChat = () =>
if (isAuthenticated.value) if (isAuthenticated.value)
{ {
chatStore.toggleChat(); chatStore.toggleChat();
fabOpen.value = chatStore.isChatVisible;
} }
}; };