mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 19:39:43 +02:00
fix lint issue
This commit is contained in:
@@ -925,7 +925,6 @@ export const intersection = (node, outsidePoint, insidePoint) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
const outsideNode = (node, point) => {
|
const outsideNode = (node, point) => {
|
||||||
console.log('Checking bounds ', node, point);
|
|
||||||
const x = node.x;
|
const x = node.x;
|
||||||
const y = node.y;
|
const y = node.y;
|
||||||
const dx = Math.abs(point.x - x);
|
const dx = Math.abs(point.x - x);
|
||||||
|
Reference in New Issue
Block a user