We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175aef0 commit defe3abCopy full SHA for defe3ab
projects/app/src/components/core/chat/ChatContainer/DeletedItemsCollapse.tsx
@@ -18,11 +18,6 @@ const DeletedItemsCollapse: React.FC<DeletedItemsCollapseProps> = ({
18
}) => {
19
const { t } = useTranslation();
20
21
- // 折叠状态:只在 top 位置显示展开按钮
22
- if (!isExpanded && position !== 'top') {
23
- return null;
24
- }
25
-
26
// 展开状态 + top 位置:只显示一条横线
27
if (isExpanded && position === 'top') {
28
return (
0 commit comments