Skip to content
Snippets Groups Projects
Commit 85fbacc3 authored by Lukas Pravda's avatar Lukas Pravda
Browse files

fix bound molecule ligands does not scale down

parent 68ba6c5d
No related branches found
No related tags found
No related merge requests found
......@@ -853,7 +853,7 @@ class Visualization {
private nodeDim(x: Model.InteractionNode, i: number, g: any) {
if (!x.residue.isLigand) x.scale = 1.0;
if (!x.static) x.scale = 1.0;
if (x.residue.isLigand) d3.select(g[i]).style('cursor', 'default');
d3.select(g[i])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment