Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixup with bulletList and numberList HTML outputs #166

Closed
3 tasks done
westpole opened this issue Jul 30, 2020 · 1 comment
Closed
3 tasks done

Mixup with bulletList and numberList HTML outputs #166

westpole opened this issue Jul 30, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@westpole
Copy link

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 be UL. 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.

@niuware niuware added the bug Something isn't working label Jul 31, 2020
@niuware
Copy link
Owner

niuware commented Aug 11, 2020

Fixed on version 1.24.0.

@niuware niuware closed this as completed Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants