You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using markdown editor the cursor if suppose is on line 9 and we are trying to do backspace it ends up editing line 8. This happens when I close the template sidebar.
Steps to Reproduce
Create new page
Choose template
Start editing text
Close the sidebar
And now cursor is at one line but ends up editing other line (this especially happens if you are trying to navigate using arrow keys, backspace, delete.)
Expected Behaviour
The cursor should not change position when the template sidebar is closed and should only edit the line or text that it is on.