We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[Describe the issue] When applying a delta (collaborative editor) while the editor is focused, the cursor jumps to the beginning of the line.
Steps for Reproduction
setTimeout(function() {quill.updateContents({ ops: [ { retain: 1 }, { insert: 'b' }, { retain: 1 } ] });}, 5000);
Expected behavior: [expected] The cursor should be between 'a' and 'b': a|b
Actual behavior: [actual] The cursor jumps to the beginning of the line, before a: |ab
Platforms: Firefox 46 on Windows 7
Version: [version] 1.0-beta.4
The text was updated successfully, but these errors were encountered:
I believe this has the same root cause as #731 so folding it into that issue.
Sorry, something went wrong.
No branches or pull requests
[Describe the issue]
When applying a delta (collaborative editor) while the editor is focused, the cursor jumps to the beginning of the line.
Steps for Reproduction
Expected behavior: [expected]
The cursor should be between 'a' and 'b':
a|b
Actual behavior: [actual]
The cursor jumps to the beginning of the line, before a:
|ab
Platforms:
Firefox 46 on Windows 7
Version: [version]
1.0-beta.4
The text was updated successfully, but these errors were encountered: