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
I am using react quill to create a rich text editor.
Now inside the editor I am facing this bug:
First I add some text and make it center align.
Than by pressing enterI go to the next line. Here the problem starts.
Problem 1: When I am clicking on left align to make the new line start from left , the cursor automatically goes to the start of the first line.
Problem 2: I type something on the new line and make it left align, but now when I am presaing enter or space the cursor again goes to the start of the first line.
I am using react quill to create a rich text editor.
Now inside the editor I am facing this bug:
Here is my code, I am using react js.
The text was updated successfully, but these errors were encountered: