Skip to content

Commit

Permalink
Closes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Simon committed Mar 31, 2021
1 parent fb0d41f commit cbb5963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSeadragonAnnotator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default class OpenSeadragonAnnotator extends Component {
});

selectAnnotation = arg => {
const selected = this.annotationLayer.selectAnnotation(arg);
const selected = this.annotationLayer.selectAnnotation(arg, true);

if (selected) {
this.handleSelect(selected);
Expand Down

0 comments on commit cbb5963

Please sign in to comment.