Skip to content

Commit

Permalink
remove maxZoom prop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAndrewJackson committed Jul 19, 2023
1 parent 58191f5 commit e77c341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/admin-ui/src/features/datamap/CytoscapeGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ const CytoscapeGraph = ({
datamapGraphRef.current = cy;
}
}}
maxZoom={1}
elements={elements}
style={{ height: "100%", width: "100%", backgroundColor }}
stylesheet={styleSheet}
Expand Down

0 comments on commit e77c341

Please sign in to comment.