From 6d2e2ee67b5c7cec3d57563c15c3b7697a82bdbb Mon Sep 17 00:00:00 2001 From: manzhenhua Date: Wed, 20 May 2020 17:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=8C=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/braftEditor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/braftEditor/index.tsx b/components/braftEditor/index.tsx index 803b7f4..9fd8738 100644 --- a/components/braftEditor/index.tsx +++ b/components/braftEditor/index.tsx @@ -20,7 +20,7 @@ BraftEditor.use(ColorPicker({ })); // 默认不显示的控件 -const excludeControlsDefault = ['emoji', 'blockquote', 'code', 'media']; +const excludeControlsDefault = ['emoji', 'blockquote', 'code', 'media', 'fullscreen', 'subscript', 'superscript']; interface IObj { [propsName: string]: any -- 2.21.0