fixConnectorPath(draggedEP);
} else {
if (sectionOrientation == VERTICAL) {
draggedEP.updateOpositeEndPointOfVerticalSection();
} else if (sectionOrientation == HORIZONTAL) {
draggedEP.updateOpositeEndPointOfHorizontalSection();
}
}
}
super.dragMove();