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
When we use BR as our enter element then after a few new lines, starting to type makes our cursor jump the first character of the newline. So if my sentence starts with Test then it would result in estT because after the first input the cursor is being reset. The problem is easy to reproduce on your playground by setting BR as the enter element. I have included a video where I show the difference.
Jodit Version: 3.18.4
Browser: Chrome
OS: Windows
Is React App: False
Expected behavior:
When we use
BR
as our enter element then after a few new lines, starting to type makes our cursor jump the first character of the newline. So if my sentence starts withTest
then it would result inestT
because after the first input the cursor is being reset. The problem is easy to reproduce on your playground by settingBR
as the enter element. I have included a video where I show the difference.Actual behavior:
You can see a video of this behaviour here: https://vimeo.com/725984938/aa84b59caf
The text was updated successfully, but these errors were encountered: