Forráskód Böngészése

dihedral visual update

dsehnal 4 éve
szülő
commit
989800783b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>