Skip to content

Commit c228f3e

Browse files
committed
Potential fix to stop nodes moving apart on toggling descriptions
1 parent 85ca1c7 commit c228f3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

calm-hub-ui/src/visualizer/components/cytoscape-renderer/CytoscapeRenderer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ export function CytoscapeRenderer({
125125
node.position(match.position);
126126
}
127127
});
128-
129-
cy.fit();
130128
}
131129

132130
cy.on('tap', 'node', (e) => {

0 commit comments

Comments
 (0)