fix: del console code

This commit is contained in:
suxiaoxin 2017-10-11 17:53:29 +08:00
parent 93dcc48b7a
commit 40bf711087

View File

@ -241,8 +241,6 @@ class InterfaceEditForm extends Component {
readOnly: true
})
mockPreview.setValue('bbbb')
let editor = this.editor = new Editor('#desc');
editor.create();
editor.txt.html(this.state.desc)