Skip to content
Snippets Groups Projects
Commit 8e846f41 authored by Alexander Rose's avatar Alexander Rose
Browse files

fix ihm model created twice

parent 02705f69
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ async function readIHM(ctx: RuntimeContext, format: mmCIF_Format) { ...@@ -231,7 +231,7 @@ async function readIHM(ctx: RuntimeContext, format: mmCIF_Format) {
}; };
const model = createModelIHM(format, data); const model = createModelIHM(format, data);
attachProps(model); attachProps(model);
models.push(createModelIHM(format, data)); models.push(model);
} }
return models; return models;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment