Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pdbe
web-components
pdb-ligand-env
Commits
4acdc293
Commit
4acdc293
authored
Oct 27, 2020
by
Lukas Pravda
Browse files
fix load ligand view if bound molecule is just a ligand
parent
e10cb4d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/plugin/model.ts
src/plugin/model.ts
+2
-1
No files found.
src/plugin/model.ts
View file @
4acdc293
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment