From 39fc83e7f966b6504e912c3093c43b77b340588d Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Wed, 10 Jan 2024 16:56:24 +0100
Subject: [PATCH] sequence-panel to true

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

diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue
index 77df9507..6b62dab5 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>
-- 
GitLab