-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor won't scroll if change line or paste at the bottom of editor #433
Comments
I solved it by add contenteditable="true" to editor container. |
Which container are you referring to? The |
@jhchen ql-editor, the example of this project has the same problem. |
@Nick-The-Uncharted ql-editor already has contenteditable="true". Adding contenteditable=true to the ql-container does appear to change this behavior, but also leads to other weird behavior, like pressing the down arrow on the last line moves focus out of the editor. |
Fixed by #435 |
And the cursor become invisible util a normal char been inputed.
The text was updated successfully, but these errors were encountered: