sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user