소스 검색

Update default.ts

show navbar in fullscreen
https://github.com/BabylonJS/Babylon.js/issues/4276
Raanan Weber 7 년 전
부모
커밋
85a5becc95
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Viewer/src/configuration/types/default.ts

+ 2 - 2
Viewer/src/configuration/types/default.ts

@@ -43,7 +43,7 @@ export let defaultConfiguration: ViewerConfiguration = {
                 logoText: 'BabylonJS',
                 logoLink: 'https://babylonjs.com',
                 hideHelp: true,
-                disableOnFullscreen: true,
+                disableOnFullscreen: false,
             },
             events: {
                 pointerdown: {
@@ -102,4 +102,4 @@ export let defaultConfiguration: ViewerConfiguration = {
     },
     scene: {
     }
-}
+}