123456789101112131415161718 |
- import {
- getOrientation
- } from "./chunk-7FXQS3I2.js";
- // node_modules/.pnpm/bpmn-js@16.3.2/node_modules/bpmn-js/lib/features/snapping/BpmnSnappingUtil.js
- function getBoundaryAttachment(position, targetBounds) {
- var orientation = getOrientation(position, targetBounds, -15);
- if (orientation !== "intersect") {
- return orientation;
- } else {
- return null;
- }
- }
- export {
- getBoundaryAttachment
- };
- //# sourceMappingURL=chunk-YLUMGFNX.js.map
|