update
This commit is contained in:
@@ -48,6 +48,7 @@ const inputEl = ref(null)
|
|||||||
|
|
||||||
function openChat() {
|
function openChat() {
|
||||||
chatOpen.value = true
|
chatOpen.value = true
|
||||||
|
nextTick(() => inputEl.value?.focus())
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeChat() {
|
function closeChat() {
|
||||||
|
|||||||
Reference in New Issue
Block a user