enabling zooming slightly further out

This commit is contained in:
Tao Bror Bojlén 2019-08-09 20:50:12 +03:00
parent 83b21de97b
commit 71b76a4332
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 1 additions and 1 deletions

View File

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