TinyMce 版本 options 无效问题修复

This commit is contained in:
2betop 2020-06-16 14:37:12 +08:00
parent 7c39e92f9a
commit 5aa1373c89

View File

@ -169,6 +169,7 @@ export default class RichTextControl extends React.Component<
} else {
const fetcher = props.env.fetcher;
this.config = {
...props.options,
images_upload_url: props.reciever,
images_upload_handler: async (
blobInfo: any,