remove comments

This commit is contained in:
Alessandro
2025-10-14 12:09:39 +02:00
parent a67f2992b1
commit 8be0307688

View File

@@ -61,15 +61,6 @@
height: store.height / store.viewport.zoom
});
// let boundingRect = $derived(
// store.nodeLookup.size > 0 && store.nodes.some((n) => !n.hidden)
// ? getBoundsOfRects(
// getInternalNodesBounds(store.nodeLookup, { filter: (n) => !n.hidden }),
// viewBB
// )
// : viewBB
// );
let boundingRect = $derived(
getBoundsOfRects(getInternalNodesBounds(store.nodeLookup, { filter: (n) => !n.hidden }), viewBB)
);