Skip to content

Commit 930ab2f

Browse files
siddharthkpCompuIves
authored andcommitted
Switch the default of hideNavigation in share sheet (codesandbox#2998)
1 parent 8103087 commit 930ab2f

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/common/Modals/ShareModal

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/common/Modals/ShareModal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ShareView extends React.Component {
3535
testsView: false,
3636
defaultModule: null,
3737
autoResize: false,
38-
hideNavigation: false,
38+
hideNavigation: true,
3939
isCurrentModuleView: false,
4040
fontSize: 14,
4141
initialPath: '',

0 commit comments

Comments
 (0)