sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-09 04:54:15 +08:00
parent 63253c08f7
commit 37aa34ef47

View File

@@ -79,6 +79,7 @@ export function ChapterTree({
selectedSectionIds = [],
onToggleSectionSelect,
onShowSectionOrders,
pinnedSectionIds = [],
}: ChapterTreeProps) {
const [draggingItem, setDraggingItem] = useState<{ type: DragType; id: string } | null>(null)
const [dragOverTarget, setDragOverTarget] = useState<{ type: DragType; id: string } | null>(null)