diff --git a/app/www/annotations.js b/app/www/annotations.js index 0ab6c04..2227e66 100644 --- a/app/www/annotations.js +++ b/app/www/annotations.js @@ -205,9 +205,8 @@ class AnnotationManager { if (this.selectedAnnotations.indexOf(annotation) !== -1){ this.selectedAnnotations.splice(this.selectedAnnotations.indexOf(annotation), 1) } - this.annotationsEl.querySelector('#select-'+annotation.id_hash).checked = true; + this.annotationsEl.querySelector('#select-'+annotation.id_hash).checked = false; this.buildAnnotationActions() - } buildAnnotationActions() {