JiHong88 / suneditor

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

New paragraph added before current paragraph after pressing [ENTER] on line start #1462

Open adamsarek opened 3 weeks ago

adamsarek commented 3 weeks ago

Describe the bug After pressing [ENTER] on line start it adds a new paragraph before the current paragraph.

To Reproduce Steps to reproduce the behavior:

  1. Write a line of text
  2. Split the text into 2 parts using [SHIFT+ENTER]
  3. Go to start of the second line (you should be already there after step 2)
  4. Press [ENTER]
  5. New paragraph is added before the current paragraph

Expected behavior It should split the current paragraph into a paragraph with the text before the cursor and a paragraph with the text after the cursor.

Screenshots spatne_odentrovani

Desktop

Release