Skip to content

Commit

Permalink
Merge pull request #127 from WildMeOrg/fix_image_scroll_issue
Browse files Browse the repository at this point in the history
fix an annotation display issue caused by new feature(zoom)
  • Loading branch information
TanyaStere42 authored Dec 6, 2024
2 parents 8de4fa1 + 6732d42 commit b8248c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,7 @@ function zoomAnnotationImage(factor, mouseX = window.imageHeight/2, mouseY= wind
wrapper.scrollTop(newScrollTop);

window.imageHeight = newHeight;
simpleBoxes.zoom(window.sbHandle1.id);
}

// Bind back button
Expand Down

0 comments on commit b8248c8

Please sign in to comment.