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
If there is a textarea and a div that is the Quill Editor. When the textarea has focus and then a insertText method is called. The cursor disappears from the textarea.
One solution is to comment out the this.setNativeRange(null); in setRange(range) function.
If there is a textarea and a div that is the Quill Editor. When the textarea has focus and then a insertText method is called. The cursor disappears from the textarea.
One solution is to comment out the this.setNativeRange(null); in setRange(range) function.
Steps for Reproduction
Visit: https://jsfiddle.net/lance13c/nrdymvf3/2/
Expected behavior:
To have the textarea remain in focus with the cursor when the insertText method has been called.
Actual behavior:
The textarea losses the cursor after a insertText method has been called.
Platforms:
Android - Chrome 52, Windows 10 64bit - Chrome 53
Version:
1.0.6
The text was updated successfully, but these errors were encountered: