From 4626ad9e7681d84298b082819454ad0eb79b3f9c Mon Sep 17 00:00:00 2001 From: yanmao <55792257+yanmao-cc@users.noreply.github.com> Date: Sat, 22 Jan 2022 15:59:02 +0800 Subject: [PATCH] Update config.tsx --- examples/react/components/editor/config.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/react/components/editor/config.tsx b/examples/react/components/editor/config.tsx index 9c75e3eb..4551e19f 100644 --- a/examples/react/components/editor/config.tsx +++ b/examples/react/components/editor/config.tsx @@ -218,6 +218,7 @@ export const videoOptions: VideoOptions = { onBeforeRender: (status: string, url: string) => { return url; }, + fullEditor: 420, }; export const videoUploaderOptions: VideoUploaderOptions = {