From 88ad6e19f8c62bd7a6824ddca6921da5b62bd57f Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Wed, 10 Jan 2024 21:29:51 +0100
Subject: [PATCH] do not set to 'false' not working

---
 components/content/MolstarPdbePlugin.vue | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue
index 8b89c652..b1e68f0e 100644
--- a/components/content/MolstarPdbePlugin.vue
+++ b/components/content/MolstarPdbePlugin.vue
@@ -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">
-- 
GitLab