mobiledoc-kit
mobiledoc-kit copied to clipboard
Cursor is placed at the start of the line when typing special characters
Note: using version 0.10.19
If the first letter in a new paragraph is a character 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 in the editor should be "#a", however it is actually "a#"
@kiwicopple Thanks for reporting. I can reproduce the bug and it seems to be caused by my own changes in #575. Looking into it now!
#582 reverts the changes and I added some more info there!
Thanks for the speedy fix @YoranBrondsema !