Merge branch 'master' of github.com:recogito/recogito-client-core

This commit is contained in:
Rainer Simon 2020-04-26 11:25:39 +02:00
commit 65928519de
1 changed files with 3 additions and 1 deletions

View File

@ -94,6 +94,8 @@ export default class TextAnnotator extends Component {
this.clearState(); this.clearState();
this.selectionHandler.clearSelection(); this.selectionHandler.clearSelection();
this.highlighter.removeAnnotation(annotation); this.highlighter.removeAnnotation(annotation);
this.props.onAnnotationDeleted(annotation);
} }
/** Cancel button on annotation editor **/ /** Cancel button on annotation editor **/
@ -217,4 +219,4 @@ export default class TextAnnotator extends Component {
); );
} }
} }