Compare commits
2 commits
06a881525f
...
c916dfaec1
Author | SHA1 | Date | |
---|---|---|---|
|
c916dfaec1 | ||
|
d39548ff95 |
2 changed files with 5 additions and 2 deletions
|
@ -58,6 +58,10 @@
|
|||
color: darkgray;
|
||||
font-size: 80%;
|
||||
border-bottom: solid 3px #444;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: rgb(39, 40, 41);
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue