From 59d4aaae845630d759f2e0a75fae613fd6cd6fd9 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Mon, 18 May 2026 12:58:27 +0300 Subject: [PATCH] chore(scripts): match nested bisect bounds --- scripts/visual-bisect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/visual-bisect.ts b/scripts/visual-bisect.ts index 506072be7..22d94d74c 100644 --- a/scripts/visual-bisect.ts +++ b/scripts/visual-bisect.ts @@ -179,7 +179,7 @@ async function exportOpenPencilSubset(indices: number[], path: string): Promise< const data = await headlessRenderNodes( graph, page.id, - rootNode.type === 'CANVAS' ? indices.map((index) => childIds[index]) : [rootNode.id], + indices.map((index) => childIds[index]), { scale, format: 'PNG'