ananzhusen 1 год назад
Родитель
Сommit
30903b1071
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/services/common.ts

+ 1 - 0
src/services/common.ts

@@ -109,6 +109,7 @@ export const save = async (
   }
   let componentActive = false;
   if (
+    component &&
     meta2d.store.active &&
     meta2d.store.active.length === 1 &&
     meta2d.store.active[0].name === 'combine'