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
When the cursor is at the beginning of the line and you press backspace, the character is deleted and the cursor moves to the previous line
backspace
Video: http://cloudapp.commoncurriculum.com/2S2a1U310q3c/Screen%20Recording%202016-09-07%20at%2012.29%20PM.mov
Steps for Reproduction
I used quill.getContents() to get the contents of the editor which, hopefully, will help in debugging: https://gist.github.com/scottmessinger/2550d4a2f700dcfd89f53048c7fd0c8e
quill.getContents()
Expected behavior: [expected] Moves the line to the previous line
Actual behavior: [actual] See Video: http://cloudapp.commoncurriculum.com/2S2a1U310q3c/Screen%20Recording%202016-09-07%20at%2012.29%20PM.mov
Platforms: Safari Version 9.1.2 (11601.7.7)
Version: [version] The version on the quilljs.com homepage.
The text was updated successfully, but these errors were encountered:
904043c
No branches or pull requests
When the cursor is at the beginning of the line and you press
backspace
, the character is deleted and the cursor moves to the previous lineVideo:
http://cloudapp.commoncurriculum.com/2S2a1U310q3c/Screen%20Recording%202016-09-07%20at%2012.29%20PM.mov
Steps for Reproduction
I used
quill.getContents()
to get the contents of the editor which, hopefully, will help in debugging:https://gist.github.com/scottmessinger/2550d4a2f700dcfd89f53048c7fd0c8e
Expected behavior: [expected]
Moves the line to the previous line
Actual behavior: [actual]
See Video:
http://cloudapp.commoncurriculum.com/2S2a1U310q3c/Screen%20Recording%202016-09-07%20at%2012.29%20PM.mov
Platforms:
Safari Version 9.1.2 (11601.7.7)
Version: [version]
The version on the quilljs.com homepage.
The text was updated successfully, but these errors were encountered: