diff --git a/lib/compat/loadSerializedHyperGraph.ts b/lib/compat/loadSerializedHyperGraph.ts index 6dc4eba..d2fea21 100644 --- a/lib/compat/loadSerializedHyperGraph.ts +++ b/lib/compat/loadSerializedHyperGraph.ts @@ -26,10 +26,6 @@ const isFullObstacleRegion = ( return false } - if (region.d?._containsTarget !== true) { - return true - } - const netId = getSerializedRegionNetId(region) return netId === undefined || netId === -1 }