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

hide-controls = true

parent 39fc83e7
No related branches found
No related tags found
No related merge requests found
Pipeline #120501 passed with warnings
...@@ -191,7 +191,7 @@ const moleculeFormat: Ref<string> = ref("pdb") ...@@ -191,7 +191,7 @@ const moleculeFormat: Ref<string> = ref("pdb")
<v-sheet v-if="selectedPdb" <v-sheet v-if="selectedPdb"
class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3" class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3"
:height="computedHeight" :width="computedWidth" position="relative"> :height="computedHeight" :width="computedWidth" position="relative">
<pdbe-molstar ref="pdbeMolstarComponent" landscape="true" hide-controls="true" <pdbe-molstar ref="pdbeMolstarComponent" landscape="true" hide-controls="false"
:custom-data-url="selectedPdb" alphafold-view="true" sequence-panel="true" :custom-data-url="selectedPdb" alphafold-view="true" sequence-panel="true"
:custom-data-format="moleculeFormat"></pdbe-molstar> :custom-data-format="moleculeFormat"></pdbe-molstar>
</v-sheet> </v-sheet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment