Custom dragging logic for component is not there #6165
Unanswered
RadheyMugdal
asked this question in
Q&A
Replies: 1 comment
-
Hey @RadheyMugdal, a simpler solution would be to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Actually in my project i am trying to add custom dragging logic for components inside canvas. I want that perticuler component can only be draggable and droppable inside its current immediate parent but not able to do so.
` editor.on('component:drag:start',(e)=>{
Beta Was this translation helpful? Give feedback.
All reactions