refactor(store): remove unused viewportBox

This commit is contained in:
moklick
2020-11-14 17:04:29 +01:00
parent 2420cf3689
commit c8d945f39b
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ export const getNodesInside = (
const overlappingArea = Math.ceil(xOverlap * yOverlap);
if (width === null || height === null || isDragging) {
// at the beginnning all nodes have width & height === 0
// nodes are initialized with width and height = null
return true;
}