feat: upgrades performance on debug tools

This commit is contained in:
Mark Mankarious 2023-10-09 15:22:16 +01:00
parent bf42411d5e
commit 2f9bc47eb5

View file

@ -12,11 +12,13 @@ export const SizeIndicator = () => {
<Box
sx={{
position: 'absolute',
border: '5px solid red'
}}
style={{
width: diagramBoundingBox.width,
height: diagramBoundingBox.height,
left: diagramBoundingBox.x,
top: diagramBoundingBox.y,
border: '5px solid red'
top: diagramBoundingBox.y
}}
/>
);