We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f9b50 commit 37c06c2Copy full SHA for 37c06c2
src/extensions/core/load3d/PreviewManager.ts
@@ -5,7 +5,7 @@ import { EventManagerInterface, PreviewManagerInterface } from './interfaces'
5
6
export class PreviewManager implements PreviewManagerInterface {
7
previewCamera: THREE.Camera
8
- previewContainer: HTMLDivElement = {} as HTMLDivElement
+ previewContainer: HTMLDivElement = null!
9
showPreview: boolean = true
10
previewWidth: number = 120
11
0 commit comments