i have a parent component in which i am using DndContext and inside it we have two childd component which have drag and drop functionality enabled #1742
Unanswered
keshavacil
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this is my component
0 ? customCollisionDetection : closestCenter
}
onDragEnd={handleDragEnd}
onDragStart={handleDragStart}
// onDragOver={handleDragOver}
>
{/* Left sidebar */}
<Tabs
tabBarStyle={{ width: "100%", marginBottom: Sizes.padding }}
color={Colors.textBlack}
className="question_right_tabs"
defaultActiveKey="1"
items={items}
centered
/>
Beta Was this translation helpful? Give feedback.
All reactions