king
2021-01-19 f9ba5907ddff56da7c38b1c7d5a9c5ba6aadfa05
src/components/editor/index.jsx
@@ -38,6 +38,8 @@
    if (this.props['data-__meta']) {
      initVal = this.props['data-__meta'].initialValue || null
    } else if (this.props.defaultValue) {
      initVal = this.props.defaultValue || null
    }
    if (this.props.Item && this.props.Item.encryption === 'true') {