Browse Source

label fix

Alexander Rose 5 năm trước cách đây
mục cha
commit
dd3fc5620b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = ''