From 5aa1373c8967ae471bf18885d86812515984f4a9 Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Tue, 16 Jun 2020 14:37:12 +0800 Subject: [PATCH] =?UTF-8?q?TinyMce=20=E7=89=88=E6=9C=AC=20options=20?= =?UTF-8?q?=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderers/Form/RichText.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderers/Form/RichText.tsx b/src/renderers/Form/RichText.tsx index 733ca8bd4..643b66c6e 100644 --- a/src/renderers/Form/RichText.tsx +++ b/src/renderers/Form/RichText.tsx @@ -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,