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
This appears to be the result of the switch from tandem-core to rich-text. Also, it only occurs when formatting has been applied to the quill text.
This example (using 0.17.6) works as expected: http://jsfiddle.net/2d7z6Lft/1/ This example (using 0.18.1) does not: http://jsfiddle.net/2d7z6Lft/
Under the hood, this is currently relying on Delta.slice(start, end) - perhaps that is where the error is?
The text was updated successfully, but these errors were encountered:
You're exactly right--there is a bug in rich-text delta's slice. Fix should be out in the next release.
Sorry, something went wrong.
4ceb026
No branches or pull requests
This appears to be the result of the switch from tandem-core to rich-text. Also, it only occurs when formatting has been applied to the quill text.
This example (using 0.17.6) works as expected: http://jsfiddle.net/2d7z6Lft/1/
This example (using 0.18.1) does not: http://jsfiddle.net/2d7z6Lft/
Under the hood, this is currently relying on Delta.slice(start, end) - perhaps that is where the error is?
The text was updated successfully, but these errors were encountered: