David Sehnal 4 years ago
parent
commit
78ba9df263
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mol-plugin/config.ts

+ 1 - 1
src/mol-plugin/config.ts

@@ -46,7 +46,7 @@ export const PluginConfig = {
     },
     Structure: {
         SizeThresholds: item('structure.size-thresholds', Structure.DefaultSizeThresholds),
-        DefaultRepresentationPresetParams: item<StructureRepresentationPresetProvider.CommonParams>('structure.default-representation-preset-params', { theme: { carbonByChainId: false } })
+        DefaultRepresentationPresetParams: item<StructureRepresentationPresetProvider.CommonParams>('structure.default-representation-preset-params', { })
     }
 };