6.20 去掉wangEditer富文本编辑器的表情,图片,视频,表格,代办功能

This commit is contained in:
jl-zhoujl2
2022-06-20 16:22:50 +08:00
parent 92a63809d0
commit 069bfc52ca

View File

@ -45,11 +45,11 @@ const BraftText: React.FC<WangType> = (props) => {
'redo', //重做 'redo', //重做
'fullscreen', //全屏 'fullscreen', //全屏
'emoticon',//表情 // 'emoticon',//表情
'image',//图片 // 'image',//图片
'video',//视频 // 'video',//视频
'table',//表格 // 'table',//表格
'todo',//待办 // 'todo',//待办
]; ];
//=======================================================================================func //=======================================================================================func