Skip to content

Commit

Permalink
Fix list HTML tags (niuware#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
niuware authored Aug 11, 2020
1 parent 6c4326d commit 8ed7844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ const STYLE_TYPES: TStyleType[] = [
id: "media-control"
},
{
label: 'OL',
label: 'UL',
name: "bulletList",
style: 'unordered-list-item',
icon: <FormatListBulletedIcon />,
type: "block"
},
{
label: 'UL',
label: 'OL',
name: "numberList",
style: 'ordered-list-item',
icon: <FormatListNumberedIcon />,
Expand Down

0 comments on commit 8ed7844

Please sign in to comment.