This commit is contained in:
Team3
2026-06-01 14:29:33 +02:00
parent bd4639b3aa
commit b591897fd6

View File

@@ -48,6 +48,7 @@ const inputEl = ref(null)
function openChat() {
chatOpen.value = true
nextTick(() => inputEl.value?.focus())
}
function closeChat() {