fix lint issue

This commit is contained in:
Ashish Jain
2024-07-19 14:12:19 +02:00
parent 86e4642046
commit 2800f555c7

View File

@@ -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);