Closed op-buggy closed 5 years ago
Try the following:
<RichTextToolbar getEditor={() => this.richtext} onPressAddImage={() => { this.richtext.insertImage({ "src": "http://img.blog.csdn.net/20170428170152489", "width": "50px", "height": '90px' }) }} onPressAddLink={() => { this.richtext.insertLink("http://www.baidu.com", "百度") }} />
thanks
the pickture can't add