Skip to content

Commit 80b7ac3

Browse files
committed
comment out the enablement of landscape view
1 parent fe77112 commit 80b7ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-modules/blueprint-composer/app/views/main/main.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function MainController($scope, $element, $log, $state, $stateParams, brB
6666
}
6767

6868
// uncomment this to enable dev work on landscape mode
69-
vm.experimental = { enableLandscape: true };
69+
// vm.experimental = { enableLandscape: true };
7070

7171
vm.mode = $state.current;
7272
$scope.$on('$stateChangeSuccess', (event, toState)=>{

0 commit comments

Comments
 (0)