We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the container element of the Editor is a list, there is a problem that the container element is changed when a list is added to the table.
<ul> <li> <!-- editor's container element --> <div id="editor"></div> </li> </ul>
Steps to reproduce the behavior:
ul
ol
task
The list should be added normally and the type should be changed in the table.
The text was updated successfully, but these errors were encountered:
fix: list is not created in wysiwyg table when container is list (fix #…
3b9122b
…1254)
16203d1
No branches or pull requests
Describe the bug
When the container element of the Editor is a list, there is a problem that the container element is changed when a list is added to the table.
To Reproduce
Steps to reproduce the behavior:
ul
) and then an editor instance is created.ol
,ul
,task
) to the cell of the table body or table header.Expected behavior
The list should be added normally and the type should be changed in the table.
Screenshots
AS-IS
TO-BE
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: