mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
feat: upgrades performance on debug tools
This commit is contained in:
parent
bf42411d5e
commit
2f9bc47eb5
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue