Cursor is placed at the start of the line when typing symbols
kiwicopple opened this issue · 1 comments
kiwicopple commented
If the first letter in a new paragraph is a symbol like "#" or "-", after the user has typed the symbol the cursor is placed at the start.
Steps to replicate
- In an editor type the symbol "#"
- Next, type a letter "a"
The expected output on the page should be "#a", however it is actually "a#"
kiwicopple commented
I tested this and it's actually an issue with the underlying mobildoc-kit editor. I'll open the issue there instead.