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
Error on Firefox when there is a selecting all the text and trying to format it. Only happens when there is a scrollbar in the editor.
TypeError: line is null line 5848 this.root.scrollTop = line.domNode.offsetTop + line.domNode.offsetHeight - this.root.offsetHeight;
On http://quilljs.com I'm getting a different error. Probably because the file is minified or served by cloudflare.
TypeError: o is null cloudfl... > eval (line 2, col 26609)
Steps for Reproduction
Actual behavior: [actual] javascript error
Platforms: Firefox 48.0.2 on Windows 7. (no issue with Chrome)
Version: [version] 1.0.0-rc2
The text was updated successfully, but these errors were encountered:
2f25680
No branches or pull requests
Error on Firefox when there is a selecting all the text and trying to format it.
Only happens when there is a scrollbar in the editor.
On http://quilljs.com I'm getting a different error. Probably because the file is minified or served by cloudflare.
Steps for Reproduction
Actual behavior: [actual]
javascript error
Platforms:
Firefox 48.0.2 on Windows 7.
(no issue with Chrome)
Version: [version]
1.0.0-rc2
The text was updated successfully, but these errors were encountered: