diff --git a/web/components/workspace/sidebar-quick-action.tsx b/web/components/workspace/sidebar-quick-action.tsx index 9f6e166ad..2b15dbf5f 100644 --- a/web/components/workspace/sidebar-quick-action.tsx +++ b/web/components/workspace/sidebar-quick-action.tsx @@ -72,8 +72,6 @@ export const WorkspaceSidebarQuickAction = observer(() => { className={`mt-4 flex w-full cursor-pointer items-center justify-between px-4 ${ isSidebarCollapsed ? "flex-col gap-1" : "gap-2" }`} - onMouseEnter={onMouseEnter} - onMouseLeave={onMouseLeave} > {isAuthorizedUser && (