diff --git a/src/viewport.js b/src/viewport.js index a820ea1b..77d02f2c 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -617,6 +617,7 @@ $.Viewport.prototype = { var bounds = this.getBoundsNoRotate(); var constrainedBounds = this._applyBoundaryConstraints(bounds); + this._raiseConstraintsEvent(immediately); if (bounds.x !== constrainedBounds.x || bounds.y !== constrainedBounds.y ||