From 9df731cad4903709a0dc7ca80e4e282d83eabc51 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Tue, 7 May 2024 11:24:00 +0200 Subject: [PATCH] Remove pdbemolstar plugin from matrix --- components/content/PdockqMatrix.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content/PdockqMatrix.vue b/components/content/PdockqMatrix.vue index 4b0c3350..8b89b4fc 100644 --- a/components/content/PdockqMatrix.vue +++ b/components/content/PdockqMatrix.vue @@ -222,7 +222,7 @@ function displayStructure(item) { </v-btn> </template> </v-snackbar> - <PdbeMolstarPlugin v-model:title="structureTitle" /> + <!-- <PdbeMolstarPlugin v-model:title="structureTitle" /> --> </v-card> <v-card v-else flat color="transparent"> <v-card-text> -- GitLab