Skip to content

Commit e585308

Browse files
committed
do not reload image list every time
1 parent 2c2e82e commit e585308

File tree

1 file changed

+0
-2
lines changed
  • imagetagger/imagetagger/annotations/static/annotations/js

1 file changed

+0
-2
lines changed

imagetagger/imagetagger/annotations/static/annotations/js/annotations.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,8 +1089,6 @@ function calculateImageScale() {
10891089
* @param annotation the annotation to restore at the next image if the option is selected. undefined for no restoring
10901090
*/
10911091
async function changeImage(imageId, annotation) {
1092-
let imageList = await getImageList();
1093-
await displayImageList(imageList);
10941092
scrollImageList(imageId);
10951093
await loadAnnotateView(imageId, annotation);
10961094
}

0 commit comments

Comments
 (0)