} else {
//debug("NOT OVER ANY TARGET: " + _target);
// Look for a target. The container we need to pick
// in is the one that has a transform context
// FIXME: this doesn't deal properly with hierarchy
FigureContainer container;
Object component = _connector.getTransformContext().getComponent();
if (component instanceof CanvasPane) {
container = (FigureContainer) _connector.getLayer();
} else {