diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue index 77df95073cece69503048a941052f7d1d91ebfc8..6b62dab561478fe6d9e50fe4393a294d88f991ab 100644 --- a/components/content/MolstarPdbePlugin.vue +++ b/components/content/MolstarPdbePlugin.vue @@ -192,7 +192,7 @@ const moleculeFormat: Ref<string> = ref("pdb") class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3" :height="computedHeight" :width="computedWidth" position="relative"> <pdbe-molstar ref="pdbeMolstarComponent" landscape="true" hide-controls="true" - :custom-data-url="selectedPdb" alphafold-view="true" + :custom-data-url="selectedPdb" alphafold-view="true" sequence-panel="true" :custom-data-format="moleculeFormat"></pdbe-molstar> </v-sheet> </v-col> @@ -272,4 +272,4 @@ div.msp-plugin-content.msp-layout-expanded { height: 16px; width: 16px; } -</style> \ No newline at end of file +</style>