Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openseadragon/openseadragon
Browse files Browse the repository at this point in the history
  • Loading branch information
iangilman committed Jan 16, 2017
2 parents 8beac35 + 525232c commit 537c3d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/navigator.js
Expand Up @@ -405,6 +405,9 @@ function onCanvasDrag( event ) {
event.delta
)
);
if( this.viewer.constrainDuringPan ){
this.viewer.viewport.applyConstraints();
}
}
}

Expand Down

0 comments on commit 537c3d0

Please sign in to comment.