Explorar el Código

dihedral visual update

dsehnal hace 4 años
padre
commit
989800783b
Se han modificado 1 ficheros con 1 adiciones y 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>