Jelajahi Sumber

Merge branch 'master' of https://github.com/molstar/molstar

David Sehnal 5 tahun lalu
induk
melakukan
a81f7f6cfd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/mol-model/structure/structure/structure.ts

+ 1 - 1
src/mol-model/structure/structure/structure.ts

@@ -788,7 +788,7 @@ namespace Structure {
 
         const cs = s.coordinateSystem;
         const newCS = SymmetryOperator.compose(SymmetryOperator.create(cs.name, transform, cs), cs);
-        return new Structure(units, { parent: s, coordinateSystem: newCS });
+        return new Structure(units, { parent: s.parent, coordinateSystem: newCS });
     }
 
     export class StructureBuilder {