JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.67k stars 308 forks source link

Changing the type of an empty list creates a new list #1361

Open Putila opened 5 months ago

Putila commented 5 months ago

Describe the bug Making a list on empty space and changing the list style creates a new list at the start of the editor.

To Reproduce Steps to reproduce the behavior:

  1. Go to http://suneditor.com/sample/index.html
  2. Click on empty space
  3. Make either an ordered or an unordered list
  4. Change the type of the list to the one not selected
  5. For every change there will be a new list at the top of the editor

Expected behavior It should change the type of the empty list.

Desktop (please complete the following information):