feat: editor-core支持8738formSchema处理

This commit is contained in:
hezhihang 2024-07-30 20:24:41 +08:00 committed by lmaomaoz
parent 7d17928f78
commit 4d56f38a6e

View File

@ -4,7 +4,7 @@ import React from 'react';
import {NodeWrapper} from './NodeWrapper';
export class FormConfigWrapper extends NodeWrapper {
// 销毁的时候要把加的 aeEditor-common-config 干掉
// 销毁的时候要把加的 aeEditor-form-config 干掉
componentWillUnmount() {
const root = findDOMNode(this) as HTMLElement;