fix
This commit is contained in:
parent
8e3c982ac9
commit
4fa8c31fd5
File diff suppressed because one or more lines are too long
|
|
@ -165,7 +165,6 @@ export const devItem = (
|
||||||
[c.value],
|
[c.value],
|
||||||
compile
|
compile
|
||||||
)[0];
|
)[0];
|
||||||
console.log(props[c.name].content);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -398,6 +397,10 @@ const removeEditFromChilds = (
|
||||||
if (!v.valueBuilt && v.value) {
|
if (!v.valueBuilt && v.value) {
|
||||||
compile[item.id + "|||" + k] = v;
|
compile[item.id + "|||" + k] = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (v.content) {
|
||||||
|
v.content = removeEditFromChilds([v.content], compile)[0];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue