From d4b3d122e8823dc0ea4a7568d3fbad5fe921e7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0hm=E2=98=98=EF=B8=8F?= Date: Fri, 17 Jul 2026 11:36:42 +0530 Subject: [PATCH] Preserve net-owned obstacle regions --- lib/compat/loadSerializedHyperGraph.ts | 4 ---- 1 file changed, 4 deletions(-) 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 }