chore: Logging and fixing extremely large scenes (#9225)

This commit is contained in:
Márk Tolmács
2025-03-05 23:06:01 +01:00
committed by GitHub
parent 70c3e921bb
commit a9e2d2348b
10 changed files with 207 additions and 121 deletions

View File

@@ -351,7 +351,14 @@ const _renderStaticScene = ({
renderLinkIcon(element, context, appState, elementsMap);
}
} catch (error: any) {
console.error(error);
console.error(
error,
element.id,
element.x,
element.y,
element.width,
element.height,
);
}
});