From abb6773eff0454f4bd74d9219708cfdcdc804c71 Mon Sep 17 00:00:00 2001 From: PaulDremanovich Date: Mon, 26 Feb 2024 21:24:12 +0400 Subject: [PATCH] fix: use isMobile function from lib/display-mobile.ts --- src/components/AChat/AChatForm.vue | 6 +++--- src/main.ts | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/components/AChat/AChatForm.vue b/src/components/AChat/AChatForm.vue index 1819ecefd..276567e59 100644 --- a/src/components/AChat/AChatForm.vue +++ b/src/components/AChat/AChatForm.vue @@ -18,7 +18,7 @@ density="compact" color="primary" v-on="listeners" - autofocus + :autofocus="isDesktopDevice" >