Scheduler timeline bars not draggable or resizable in IE11

The sample Scheduler timeline tree mode sample doesn’t allow drag or resize of the bars in IE11 (docs.dhtmlx.com/scheduler/sample … _tree.html). It works perfectly in Chrome and in IE if I select e.g. version 10 in F12.

Is there a new version planned that will fix this? What can I do in the meantime?

Cheers,
/ Morgan

We can confirm the issue.
As fast solution try to add the next line before scheduler.init call

scheduler.touch.false = true;