mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
feat: editor-core支持8738formSchema处理
This commit is contained in:
parent
7d17928f78
commit
4d56f38a6e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user