Community
Participate
Working Groups
if (dragElement.getCurSharedRef() != null)
dragElement = dragElement.getCurSharedRef();
// When user is dragging a part in a rapid manner, curRect may lag or even be null causing
// NPE (bug 447325), so have update the rect:
getRectangle(dragElement, info);
modelService.detach((MPartSashContainerElement) dragElement, curRect.x, curRect.y,
curRect.width, curRect.height);