Closed Sri-5555 closed 1 year ago
Hi @jerosoler,
I was trying to group some node while drag and drop, which I can drag and move or delete all at once.
I tried with the below example of yours(https://github.com/jerosoler/Drawflow/issues/423#issuecomment-1131533142) here grouping happens on draging into the box. Is there any way to implement this while initial drag and drop itself
You could listen for the nodeCreated event and do the same thing that is done in the nodeMoved event.
I think that could work with that.
Thanks @jerosoler. Its works
Hi @jerosoler,
I was trying to group some node while drag and drop, which I can drag and move or delete all at once.
I tried with the below example of yours(https://github.com/jerosoler/Drawflow/issues/423#issuecomment-1131533142) here grouping happens on draging into the box. Is there any way to implement this while initial drag and drop itself