Compare commits

..

No commits in common. "c916dfaec1f70de4ccbc31f80b7e61751c34635f" and "06a881525f7729bb407e2230f8e60b38f021e8d5" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -58,10 +58,6 @@
color: darkgray; color: darkgray;
font-size: 80%; font-size: 80%;
border-bottom: solid 3px #444; border-bottom: solid 3px #444;
position: sticky;
top: 0;
background: rgb(39, 40, 41);
padding: 3px 0;
} }

View File

@ -205,8 +205,9 @@ class AnnotationManager {
if (this.selectedAnnotations.indexOf(annotation) !== -1){ if (this.selectedAnnotations.indexOf(annotation) !== -1){
this.selectedAnnotations.splice(this.selectedAnnotations.indexOf(annotation), 1) this.selectedAnnotations.splice(this.selectedAnnotations.indexOf(annotation), 1)
} }
this.annotationsEl.querySelector('#select-'+annotation.id_hash).checked = false; this.annotationsEl.querySelector('#select-'+annotation.id_hash).checked = true;
this.buildAnnotationActions() this.buildAnnotationActions()
} }
buildAnnotationActions() { buildAnnotationActions() {