소스 검색

label fix

Alexander Rose 5 년 전
부모
커밋
dd3fc5620b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mol-theme/label.ts

+ 1 - 1
src/mol-theme/label.ts

@@ -60,7 +60,7 @@ export function linkLabel(link: Link.Location) {
 }
 
 export function elementLabel(location: StructureElement) {
-    const model = location.unit.model.label
+    const model = location.unit.model.entry
     const instance = location.unit.conformation.operator.name
     let label = ''