|
|
@ -40,6 +40,7 @@ import {
|
|
|
|
isBoundToContainer,
|
|
|
|
isBoundToContainer,
|
|
|
|
isElbowArrow,
|
|
|
|
isElbowArrow,
|
|
|
|
isFixedPointBinding,
|
|
|
|
isFixedPointBinding,
|
|
|
|
|
|
|
|
isFrameLikeElement,
|
|
|
|
isLinearElement,
|
|
|
|
isLinearElement,
|
|
|
|
isRectangularElement,
|
|
|
|
isRectangularElement,
|
|
|
|
isTextElement,
|
|
|
|
isTextElement,
|
|
|
@ -575,7 +576,7 @@ export const getHoveredElementForBinding = (
|
|
|
|
zoom,
|
|
|
|
zoom,
|
|
|
|
// disable fullshape snapping for frame elements so we
|
|
|
|
// disable fullshape snapping for frame elements so we
|
|
|
|
// can bind to frame children
|
|
|
|
// can bind to frame children
|
|
|
|
fullShape,
|
|
|
|
fullShape && !isFrameLikeElement(element),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|