Update config.tsx

This commit is contained in:
yanmao 2022-01-16 16:29:12 +08:00
parent 5ff9894199
commit 33c1948c19
1 changed files with 2 additions and 9 deletions

View File

@ -324,17 +324,10 @@ export const lineHeightOptions: LineHeightOptions = {
export const toolbarOptions: ToolbarOptions = {
popup: {
items: [
['undo', 'redo'],
['bold', 'strikethrough', 'fontcolor'],
{
icon: 'text',
items: [
'bold',
'italic',
'strikethrough',
'underline',
'backcolor',
'moremark',
],
items: ['italic', 'underline', 'backcolor', 'moremark'],
},
[
{