chore(scripts): match nested bisect bounds
This commit is contained in:
parent
2a4a0ce5a2
commit
59d4aaae84
|
|
@ -179,7 +179,7 @@ async function exportOpenPencilSubset(indices: number[], path: string): Promise<
|
||||||
const data = await headlessRenderNodes(
|
const data = await headlessRenderNodes(
|
||||||
graph,
|
graph,
|
||||||
page.id,
|
page.id,
|
||||||
rootNode.type === 'CANVAS' ? indices.map((index) => childIds[index]) : [rootNode.id],
|
indices.map((index) => childIds[index]),
|
||||||
{
|
{
|
||||||
scale,
|
scale,
|
||||||
format: 'PNG'
|
format: 'PNG'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue