Skip to content
Snippets Groups Projects

Refactor facet autocomplete

Merged Remi PLANEL requested to merge refactor-facet-autocomplete into dev
4 files
+ 53
29
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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
:custom-data-format="moleculeFormat"></pdbe-molstar>
</v-sheet>
</v-col>