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