From 80ef2e579ec1c0bf2aba5d5f58538605367c57fc Mon Sep 17 00:00:00 2001 From: zipg Date: Fri, 24 Jul 2026 23:49:53 +0800 Subject: [PATCH] fix(connection): fix new connection dialog title focus --- .../connection/ConnectionDialog.vue | 19 ++++++++++--------- .../connectionDialogAccessibility.spec.ts | 8 +++++--- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/apps/desktop/src/components/connection/ConnectionDialog.vue b/apps/desktop/src/components/connection/ConnectionDialog.vue index 5231d1488..05b6e5006 100644 --- a/apps/desktop/src/components/connection/ConnectionDialog.vue +++ b/apps/desktop/src/components/connection/ConnectionDialog.vue @@ -1,4 +1,5 @@