outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:

Home Page:https://www.getoutline.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double characters being inserted at every line beginning - Firefox Mobile

dmechea opened this issue · comments

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. yarn add into create-react-app project
  2. build, host locally, go to page that has component mounted
  3. click and start typing into editor
  4. see characters being repeated every single new line

Expected behavior
Characters should not be repeated every new line

Version
"rich-markdown-editor": "^11.21.3"

Screenshots
https://user-images.githubusercontent.com/15536676/148645872-5402ec29-5964-4cb5-bed6-45447b94586e.mp4

Smartphone:

  • Device: Samsung Galaxy A30
  • OS: Android 10
  • Browser: Firefox
  • Version 95.2.0

additional notes

  • I Tried Chrome too, Chrome seems to be working fine, so this looks to be a problem only with Firefox
  • Desktop works fine with Firefox, don't see this issue there.
  • If I use the / command and select a header, this issue does not happen. Seems to only be a problem if I'm typing directly.