UNPKG

element-nice-ui

Version:

A Component Library for Vue.js.

12 lines (9 loc) 304 B
import { getOrientation } from 'diagram-js/lib/layout/LayoutUtil'; export function getBoundaryAttachment(position, targetBounds) { var orientation = getOrientation(position, targetBounds, -15); if (orientation !== 'intersect') { return orientation; } else { return null; } }