Skip to content
Snippets Groups Projects
Commit cdb5af0e authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

clean

parent 1f9f4590
No related branches found
No related tags found
No related merge requests found
Pipeline #128475 failed
......@@ -30,19 +30,6 @@ useHead({
]
})
export interface Props {
height?: number
// dataUrls?: MaybeRef<string[] | undefined>
format?: "pdb" | "cif"
}
const props = withDefaults(defineProps<Props>(), {
height: 600,
format: 'pdb',
// dataUrls: undefined
})
const dataUrls = defineModel()
const title = defineModel('title')
const pdbeMolstarComponent = ref(null)
......@@ -82,7 +69,6 @@ function viewPdb(pdbPath: string | null) {
function closeStructure() {
selectedPdb.value = null
// dataUrls.value = undefined
structureBasket.set(undefined)
dialog.value = false
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment