浏览代码

dihedral visual update

dsehnal 4 年之前
父节点
当前提交
989800783b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>