mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
feat: upgrades performance on debug tools
This commit is contained in:
@@ -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
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user