fix
This commit is contained in:
parent
1e70d014ad
commit
680a433734
|
|
@ -232,7 +232,6 @@ export const edInitSync = (p: PG) => {
|
|||
} else if (data.type === "comp") {
|
||||
const updated = await updateComponentMeta(p, doc, data.id);
|
||||
if (updated) {
|
||||
console.log(updated.item);
|
||||
p.comp.list[data.id].meta = updated.meta;
|
||||
p.comp.list[data.id].tree = updated.tree;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue