Open bmblb opened 3 years ago
Applying this patch to DragBase#onPaint doesn't really help. Code does not throw exceptions anymore, but drag also doesn't finish successfully.
dragWithin : constrainDragToTimeline ? null : DomHelper.getRootElement(client.element),
Reported here: https://www.bryntum.com/forum/viewtopic.php?f=44&t=1723
Issue is that when we drag event out of the first scheduler it gets appended to the body element. It should not get past LWC root element.