margox / braft-editor

美观易用的React富文本编辑器,基于draft-js开发

Home Page:https://braft.margox.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

需要加强一下判断,避免editor.braftFinder为null时导致报错

margox opened this issue · comments

file && file.type.indexOf('image') > -1 && editor.braftFinder.uploadImage(file, image => {

commented

嘛时候这个 editor.braftFinder 会为null