Gantt drag and drop style

It seems like there are two different styles in dhtmlx Gantt, and I’m not sure how to switch between them.

Previously, I was using the former style, but after updating the Gantt version, it changed to the latter style.

I want to use the former style for handling drag and drop. How can I switch back to it?

The one above is the former style, and the one below is the latter style.

Hello,
You can try setting the following config:

gantt.config.order_branch = 'marker';

Here is an example: DHTMLX Snippet Tool