diff options
Diffstat (limited to 'js/helper-classes/3D/snap-manager.js')
-rwxr-xr-x | js/helper-classes/3D/snap-manager.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/helper-classes/3D/snap-manager.js b/js/helper-classes/3D/snap-manager.js index 99ef5006..9bbbcf29 100755 --- a/js/helper-classes/3D/snap-manager.js +++ b/js/helper-classes/3D/snap-manager.js | |||
@@ -230,6 +230,9 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
230 | else | 230 | else |
231 | parentPt = [xScreen, yScreen, 0.0]; | 231 | parentPt = [xScreen, yScreen, 0.0]; |
232 | 232 | ||
233 | if (!snap3D && this._hasDragPlane) | ||
234 | this.activateDragPlane(); | ||
235 | |||
233 | var hitRec = this.snapToStage( parentPt, quadPt ); | 236 | var hitRec = this.snapToStage( parentPt, quadPt ); |
234 | 237 | ||
235 | // try snapping to the 3D grid, or to the stage boundaries if the grid is not displayed | 238 | // try snapping to the 3D grid, or to the stage boundaries if the grid is not displayed |