Skip to content
Snippets Groups Projects
Commit 88ad6e19 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

do not set to 'false' not working

parent 29aca552
No related branches found
No related tags found
No related merge requests found
Pipeline #120507 passed with warnings with stages
in 7 minutes and 11 seconds
......@@ -191,9 +191,8 @@ const moleculeFormat: Ref<string> = ref("pdb")
<v-sheet v-if="selectedPdb"
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="false"
:custom-data-url="selectedPdb" alphafold-view="true" sequence-panel="true"
:custom-data-format="moleculeFormat"></pdbe-molstar>
<pdbe-molstar ref="pdbeMolstarComponent" landscape :custom-data-url="selectedPdb" alphafold-view
sequence-panel :custom-data-format="moleculeFormat"></pdbe-molstar>
</v-sheet>
</v-col>
<v-col :cols="mobile ? 12 : undefined">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment