fix: droppable-placeholder (#7600)
Fixes: #7597 This PR fixes the missing placeholder from Droppable component.
This commit is contained in:
@ -122,6 +122,7 @@ export const RecordBoardColumnCardsContainer = ({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</Draggable>
|
</Draggable>
|
||||||
|
{droppableProvided?.placeholder}
|
||||||
</StyledColumnCardsContainer>
|
</StyledColumnCardsContainer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user