From 29aca552853f16afa7117a05c42da08484e9f273 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Wed, 10 Jan 2024 17:26:45 +0100
Subject: [PATCH] hide-controls = true

---
 components/content/MolstarPdbePlugin.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue
index 6b62dab5..8b89c652 100644
--- a/components/content/MolstarPdbePlugin.vue
+++ b/components/content/MolstarPdbePlugin.vue
@@ -191,7 +191,7 @@ 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="true"
+                            <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>
                         </v-sheet>
-- 
GitLab