We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2e82e commit e585308Copy full SHA for e585308
imagetagger/imagetagger/annotations/static/annotations/js/annotations.js
@@ -1089,8 +1089,6 @@ function calculateImageScale() {
1089
* @param annotation the annotation to restore at the next image if the option is selected. undefined for no restoring
1090
*/
1091
async function changeImage(imageId, annotation) {
1092
- let imageList = await getImageList();
1093
- await displayImageList(imageList);
1094
scrollImageList(imageId);
1095
await loadAnnotateView(imageId, annotation);
1096
}
0 commit comments