You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, working on a ticket for a project to extend the editor toolbar, I found out that bulletList has an incorrect HTML output. As per source code it outputs OL structure, but it should be UL. The same situation for numberList.
Checklist
Description
Recently, working on a ticket for a project to extend the editor toolbar, I found out that bulletList has an incorrect HTML output. As per source code it outputs
OL
structure, but it should beUL
. The same situation for numberList.Source file: https://github.com/niuware/mui-rte/blob/master/src/components/Toolbar.tsx
Issue is located in 148 and 155 lines.
The text was updated successfully, but these errors were encountered: