This commit is contained in:
@@ -30,9 +30,9 @@ const { qr_code_uri, chat, userRole } = defineProps<{
|
||||
userRole: MessageDocument['from']
|
||||
}>()
|
||||
|
||||
onMounted(() => {
|
||||
formRef.value?.querySelector('input')?.focus()
|
||||
})
|
||||
// onMounted(() => {
|
||||
// formRef.value?.querySelector('input')?.focus()
|
||||
// })
|
||||
|
||||
// Отправка нового сообщения
|
||||
async function sendMessage() {
|
||||
|
||||
Reference in New Issue
Block a user