@@ -34,6 +34,7 @@ class Wangedit extends React.Component {
}
this.editor.customConfig.zIndex = 100
this.editor.create()
+ this.editor.customConfig.uploadImgShowBase64 = true
this.editor.txt.html(this.props.value)