Skip to content

Commit

Permalink
[previews] Load 3D viewer only when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrousseau committed Sep 30, 2022
1 parent b2fa359 commit 12a8b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/previews/PreviewViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
:light="light"
:empty="!is3DModel"
:full-screen="fullScreen"
v-show="is3DModel"
v-if="is3DModel"
/>

<sound-viewer
Expand Down

0 comments on commit 12a8b0c

Please sign in to comment.