mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
Fix export
This commit is contained in:
parent
01562528b7
commit
84bf79f72b
@ -1,5 +1,3 @@
|
|||||||
module.exports = intersectNode;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param node
|
* @param node
|
||||||
* @param point
|
* @param point
|
||||||
@ -8,3 +6,5 @@ function intersectNode(node, point) {
|
|||||||
// console.info('Intersect Node');
|
// console.info('Intersect Node');
|
||||||
return node.intersect(point);
|
return node.intersect(point);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default intersectNode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user