From 5ace8fc6af96a9690e4895c8606af2237aca5af9 Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Wed, 25 Mar 2015 12:21:37 -0400
Subject: [PATCH] no rotate instead of all controls disabled

---
 js/threeViews/ThreeView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/threeViews/ThreeView.js b/js/threeViews/ThreeView.js
index 5283a969..5a43e62d 100644
--- a/js/threeViews/ThreeView.js
+++ b/js/threeViews/ThreeView.js
@@ -54,7 +54,7 @@ ThreeView = Backbone.View.extend({
 
     _setControlsEnabled: function(){
         var state = this.appState.get("deleteMode") || this.appState.get("shift") || this.appState.get("extrudeMode");
-        this.controls.enabled = !state;
+        this.controls.noRotate = state;
     },
 
     ////////////////////////////////////////////////////////////////////////////////
-- 
GitLab