chore(scripts): match nested bisect bounds

This commit is contained in:
Danila Poyarkov 2026-05-18 12:58:27 +03:00
parent 2a4a0ce5a2
commit 59d4aaae84

View file

@ -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'