Alexander Rose %!s(int64=2) %!d(string=hai) anos
pai
achega
8ec8c1170d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mol-repr/structure/visual/util/common.ts

+ 1 - 1
src/mol-repr/structure/visual/util/common.ts

@@ -263,7 +263,7 @@ export function getStructureConformationAndRadius(structure: Structure, sizeThem
                 if (differentRoot) {
                     const idx = childUnit ? SortedArray.indexOf(childUnit.elements, eI) : -1;
                     if (idx === -1) {
-                        _id.push(-2);
+                        _id.push(-2); // mark for filtering/ignoring when not in `elements`
                     } else {
                         _id.push(getSerialIndex(childUnit, eI));
                     }