Skip to content

Commit 1829fbf

Browse files
authored
Merge pull request #53 from jadh4v/fix-default-showOrientationAxes-to-false
fix(View): set default showOrientationAxes false
2 parents 165c82b + 184176a commit 1829fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/View.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ View.defaultProps = {
748748
pickingModes: [],
749749
showCubeAxes: false,
750750
pointerSize: 0,
751-
showOrientationAxes: true,
751+
showOrientationAxes: false,
752752
};
753753

754754
View.propTypes = {

0 commit comments

Comments
 (0)