From 906d095a1ee27057bd1bcd426faa6f9e498b7be3 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:16:26 +0530 Subject: [PATCH] fix: added tooltips for truncated favorites (#6330) --- .../workspace/sidebar/favorites/favorite-folder.tsx | 7 +------ .../favorite-items/common/favorite-item-title.tsx | 3 ++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/web/core/components/workspace/sidebar/favorites/favorite-folder.tsx b/web/core/components/workspace/sidebar/favorites/favorite-folder.tsx index 9c0c4c54b..289a5ec6a 100644 --- a/web/core/components/workspace/sidebar/favorites/favorite-folder.tsx +++ b/web/core/components/workspace/sidebar/favorites/favorite-folder.tsx @@ -188,12 +188,7 @@ export const FavoriteFolder: React.FC = (props) => { ) : ( <> - +
= observer((props) => { }; return ( - + {icon} {!isSidebarCollapsed && {title}}