@@ -39,7 +39,8 @@ export const Component = defineComponent({
}
console.log("curr card=>", store.currStreamCardId, store.currStreamCard?.children.default?.length);
-
+ style.transform = "matrix(1,0,0,1,0,0)";
+
return (
<div
ref={compRef}
@@ -180,7 +180,7 @@ export class ScreenCtrl extends ModuleControl<EditorModule> {
isScreenExit(screenId:string) {
return !!this.store.designData.compScreenMap[screenId] &&
this.store.designData.compScreenMap[screenId].length > 0 &&
- this.store.designData.compScreenMap[screenId][1].children.length > 0;
+ this.store.designData.compScreenMap[screenId][0].children.length > 0;
restorScreenPage(screenId = "") {
@@ -43,6 +43,9 @@ export default defineComponent(() => {
// }).then(data=>{
// console.log(data);
// })
+ if ( !isPc() ) {
+ return ()=><editor.components.Preview />
+ }
return () => (