fix: react-beautiful-dndA setup problem was encountered
This commit is contained in:
@@ -422,7 +422,12 @@ export const HomePage = () => {
|
||||
>
|
||||
{/* 拖拽上下文 */}
|
||||
<DragDropContext onDragEnd={handleDragEnd}>
|
||||
<Droppable droppableId="home-cards" isDropDisabled={false}>
|
||||
<Droppable
|
||||
droppableId="home-cards"
|
||||
isDropDisabled={false}
|
||||
isCombineEnabled={false}
|
||||
ignoreContainerClipping={false}
|
||||
>
|
||||
{(provided: DroppableProvided) => (
|
||||
<Grid
|
||||
container
|
||||
|
||||
Reference in New Issue
Block a user