Explorar o código

dihedral visual update

dsehnal %!s(int64=4) %!d(string=hai) anos
pai
achega
989800783b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mol-repr/shape/loci/dihedral.ts

+ 1 - 1
src/mol-repr/shape/loci/dihedral.ts

@@ -88,7 +88,7 @@ export const DihedralParams = {
     ...ArcParams,
     ...SectorParams,
     ...LociLabelTextParams,
-    visuals: PD.MultiSelect(['extenders', 'sector', 'text'], PD.objectToOptions(DihedralVisuals)),
+    visuals: PD.MultiSelect(['extenders', 'arms', 'sector', 'text'], PD.objectToOptions(DihedralVisuals)),
 };
 export type DihedralParams = typeof DihedralParams
 export type DihedralProps = PD.Values<DihedralParams>