ProseMirror / prosemirror

The ProseMirror WYSIWYM editor
http://prosemirror.net/
MIT License
7.62k stars 336 forks source link

Android: extra paragraph added instead of character when all text was selected and character was typed #1323

Closed DontGiveAFck closed 1 year ago

DontGiveAFck commented 1 year ago

Steps to reproduce:

  1. Open Editor with 2 lines of text on Android Chrome
  2. Select all text
  3. tap on keyboad and write character.

Expected result: typed character was added to the first paragraph Actual result: character wasn't added, empty paragraph was added, caret was moved to second paragraph.

video

danziv commented 1 year ago

I am having the same problem on Android devices.