Browse Source

Mise à jour de 'src/components/StoryContainer.vue'

undefined
valere 3 months ago
parent
commit
bd24bbccf3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/StoryContainer.vue

+ 1
- 1
src/components/StoryContainer.vue View File

@@ -53,7 +53,7 @@ const initViewer = () => {
element: openSeadragonElt.value,
tileSources: props.story.url,
...defaultViewerConfiguration,
debugMode: true,
debugMode: false,
})
}



Loading…
Cancel
Save