Browse Source

fix: save

gemercheung 1 year ago
parent
commit
8b5d76d3be
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/qjkankan-editor/src/views/material/works/index.vue

+ 2 - 0
packages/qjkankan-editor/src/views/material/works/index.vue

@@ -305,6 +305,8 @@ export default {
                   this.info.scenes[0],
                   newScene
                 );
+                //新建时开天空mask
+                this.info.scenes[0].customMask.sky.isShow = true
               } else {
                 this.info.scenes.push(newScene);
               }