Преглед на файлове

fix PDBeStructureQualityReport.autoAttach

David Sehnal преди 5 години
родител
ревизия
eaf28bf016
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/mol-plugin/behavior/dynamic/custom-props/pdbe/structure-quality-report.ts

+ 1 - 1
src/mol-plugin/behavior/dynamic/custom-props/pdbe/structure-quality-report.ts

@@ -45,7 +45,7 @@ export const PDBeStructureQualityReport = PluginBehavior.create<{ autoAttach: bo
         }
 
         register(): void {
-            this.ctx.customModelProperties.register(this.provider, false);
+            this.ctx.customModelProperties.register(this.provider, this.params.autoAttach);
             this.ctx.managers.lociLabels.addProvider(this.labelPDBeValidation);
 
             this.ctx.representation.structure.themes.colorThemeRegistry.add(StructureQualityReportColorThemeProvider)