From 88a2aefe1fd0f1207347fb7508b03957d17a8bd2 Mon Sep 17 00:00:00 2001 From: mantoujun12 <202384594+mantoujun12@users.noreply.github.com> Date: Sun, 23 Aug 2026 11:48:46 +0800 Subject: [PATCH 1/3] fix: remove open-on-hover attribute from menu components Removed the open-on-hover of the Chat UI part of the AstrBot Web UI, and fixed the issue that the mobile end could not open the secondary menu of Transport Mode and Language. --- dashboard/src/components/chat/Chat.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/dashboard/src/components/chat/Chat.vue b/dashboard/src/components/chat/Chat.vue index 6e9d6cc461..72f73dce31 100644 --- a/dashboard/src/components/chat/Chat.vue +++ b/dashboard/src/components/chat/Chat.vue @@ -197,7 +197,6 @@