Sebastian Bittrich 3 년 전
부모
커밋
59202fc0f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/viewer/helpers/selection.ts

+ 1 - 1
src/viewer/helpers/selection.ts

@@ -189,7 +189,7 @@ const labelFromProps = (entryId: string, labelAsymId?: string, range?: number[])
 
 export function rangeToTest(asymId: string, residues: number[], operatorName?: string) {
     const chainTests: Expression[] = [MS.core.rel.eq([MS.ammp('label_asym_id'), asymId])];
-    if(operatorName)
+    if (operatorName)
         chainTests.push(MS.core.rel.eq([operatorName, MS.acp('operatorName')]));
 
     if (residues.length > 0) {