Skip to content

Commit

Permalink
do _not_ focus active writing zone in facsimile
Browse files Browse the repository at this point in the history
  • Loading branch information
kepper committed Dec 7, 2023
1 parent 547458d commit ed9ae7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/FacsimileComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,8 @@ export default {
const image = this.viewer.world.getItemAt(0)
const pos = image.imageToViewportRectangle(parseInt(xywh[0]), parseInt(xywh[1]), parseInt(xywh[2]), parseInt(xywh[3]))
this.viewer.viewport.fitBoundsWithConstraints(pos)
console.log('FacsimileComponent.vue: skipping focusActiveWritingZone()', pos)
// this.viewer.viewport.fitBoundsWithConstraints(pos)
},
unload () {
Expand Down

0 comments on commit ed9ae7c

Please sign in to comment.