Timeline_placeholder + addMarker work incorrectly

Hello! :wave:
As you can see here in this snippet use gantt.addMarker in combination with gantt.config.timeline_placeholder = true; in a gantt with a lot of task cause the marker don’t have full size of the gantt. How can I fix this? I espected the marker to be gantt full height.

Hello Rafael,
It is a bug in Gantt. The dev team will fix it in the future, but I cannot give you any ETA.

Now, as a workaround, you can increase the height via CSS:

.gantt_marker{
  height: 999999em !important;
}

Here is the snippet:
https://snippet.dhtmlx.com/2msvgcl5

Hello Rafael,
The dev team fixed the bug when markers had a wrong height after enabling the timeline_placeholder config:
https://docs.dhtmlx.com/gantt/whatsnew.html#x8361x70x8362x:~:text=Fix%20the%20incorrect%20markers%20height%20when%20timeline_placeholder%20config%20is%20enabled

You can see that it is no longer reproduced in the following sample:
https://snippet.dhtmlx.com/kk4cd44b