mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Merge branch 'master' of github.com:openseadragon/openseadragon
This commit is contained in:
commit
537c3d04c1
@ -405,6 +405,9 @@ function onCanvasDrag( event ) {
|
|||||||
event.delta
|
event.delta
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
if( this.viewer.constrainDuringPan ){
|
||||||
|
this.viewer.viewport.applyConstraints();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user