瀏覽代碼

fix: save

gemercheung 1 年之前
父節點
當前提交
8b5d76d3be
共有 1 個文件被更改,包括 2 次插入0 次删除
  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);
               }