fix scroll on ios
Deploy app frontend / app frontend (push) Successful in 1m31s

This commit is contained in:
2024-12-07 22:37:32 +02:00
parent a420a7a040
commit cd0cddbf84
6 changed files with 71 additions and 14 deletions
@@ -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() {