Fix: Remove processCode() for when popUp open and make it only happen when click Check and save
This commit is contained in:
parent
1f99f59581
commit
97aa1e1443
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ export default function CodeAreaModal({
|
|||
if (dynamic && Object.keys(nodeClass!.template).length > 2) {
|
||||
return;
|
||||
}
|
||||
if (!isTweakPage) processCode();
|
||||
}, []);
|
||||
|
||||
function processNonDynamicField() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue