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

_setDefaultFormat incorrectly wrap <ul><div><li>...</li></div></ul> #461

Closed
rexpan opened this issue Aug 2, 2020 · 1 comment
Closed
Labels
Milestone

Comments

@rexpan
Copy link

rexpan commented Aug 2, 2020

Try to paste an copied HTML like

<ul>
  <li>111</li>
  <li>222</li>
</ul>

the _setDefaultFormat will wrap the <li>s into <div>

<ul>
  <div>
    <li>111</li>
    <li>222</li>
  </div>
</ul>

2020-08-02_16-28-50

@JiHong88 JiHong88 added the bug label Aug 3, 2020
@JiHong88 JiHong88 added this to the 2.33.0 milestone Aug 3, 2020
JiHong88 added a commit that referenced this issue Aug 9, 2020
@JiHong88 JiHong88 closed this as completed Aug 9, 2020
@JiHong88 JiHong88 mentioned this issue Aug 23, 2020
@JiHong88
Copy link
Owner

JiHong88 commented Sep 3, 2020

The 2.33.0 version has been updated.
If this issue has not been resolved, please reopen this issue.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants