enable zooming slightly further out

This commit is contained in:
Tao Bror Bojlén 2019-07-24 19:35:56 +03:00
parent a615d115fd
commit 58a549de0f
No known key found for this signature in database
GPG key ID: C6EC7AAB905F9E6F

View file

@ -34,7 +34,7 @@ class Cytoscape extends React.PureComponent<ICytoscapeProps> {
name: "preset" name: "preset"
}, },
maxZoom: 2, maxZoom: 2,
minZoom: 0.03, minZoom: 0.02,
pixelRatio: 1.0, pixelRatio: 1.0,
selectionType: "single" selectionType: "single"
}); });