diff --git a/src/OpenSeadragonAnnotator.jsx b/src/OpenSeadragonAnnotator.jsx index 68a9abb..32421d8 100644 --- a/src/OpenSeadragonAnnotator.jsx +++ b/src/OpenSeadragonAnnotator.jsx @@ -117,7 +117,7 @@ export default class OpenSeadragonAnnotator extends Component { onCancel={this.onCancelAnnotation}> - + ) diff --git a/src/index.js b/src/index.js index 3af53c0..e08c7dd 100644 --- a/src/index.js +++ b/src/index.js @@ -31,6 +31,7 @@ class OSDAnnotorious { viewer={viewer} wrapperEl={viewerEl} readOnly={config.readOnly} + tagVocabulary={config.tagVocabulary} onAnnotationSelected={this.handleAnnotationSelected} onAnnotationCreated={this.handleAnnotationCreated} onAnnotationUpdated={this.handleAnnotationUpdated}