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

fix load ligand view if bound molecule is just a ligand

parent e10cb4d5
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,8 @@ namespace Model {
}
});
this.interactionNodes = Array.from(this.tmpNodesSet.values());
this.residues = Array.from(this.tmpResidueSet)
this.interactionNodes = Array.from(this.tmpNodesSet);
return this;
}
......
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