Skip to content

Commit defe3ab

Browse files
newfish-cmykc121914yu
authored andcommitted
remove code
1 parent 175aef0 commit defe3ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

projects/app/src/components/core/chat/ChatContainer/DeletedItemsCollapse.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ const DeletedItemsCollapse: React.FC<DeletedItemsCollapseProps> = ({
1818
}) => {
1919
const { t } = useTranslation();
2020

21-
// 折叠状态:只在 top 位置显示展开按钮
22-
if (!isExpanded && position !== 'top') {
23-
return null;
24-
}
25-
2621
// 展开状态 + top 位置:只显示一条横线
2722
if (isExpanded && position === 'top') {
2823
return (

0 commit comments

Comments
 (0)