From 56cec268584d45903581537c99b755bd856a0bbe Mon Sep 17 00:00:00 2001 From: one Date: Sun, 24 Aug 2025 21:10:33 +0800 Subject: [PATCH] fix: topics tab tooltip not hide (#9457) --- src/renderer/src/pages/home/Tabs/TopicsTab.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/renderer/src/pages/home/Tabs/TopicsTab.tsx b/src/renderer/src/pages/home/Tabs/TopicsTab.tsx index e5e31b6d63..ed61673d6f 100644 --- a/src/renderer/src/pages/home/Tabs/TopicsTab.tsx +++ b/src/renderer/src/pages/home/Tabs/TopicsTab.tsx @@ -542,11 +542,10 @@ const Topics: FC = ({ assistant: _assistant, activeTopic, setActiveTopic, -
- {t('chat.topics.delete.shortcut', { key: isMac ? '⌘' : 'Ctrl' })} -
+
+ {t('chat.topics.delete.shortcut', { key: isMac ? '⌘' : 'Ctrl' })}
}> = ({ assistant: _assistant, activeTopic, setActiveTopic, } }}> {deletingTopicId === topic.id ? ( - + ) : ( - + )}