From 845cbced69a73eb4665cf1200080957208856366 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 5 Dec 2022 19:40:30 -0500 Subject: [PATCH] reverted Viewport.setRotation, created Viewport.setRotationWithPivot --- src/viewport.js | 1 + 1 file changed, 1 insertion(+) 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 ||