mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-30 02:14:15 +01:00
Fix export
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user