-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Delete key stops working #6
Comments
Thanks for the report, but I can't reproduce this. What Quill version are you using? And how quickly does it happen (rough amount text/placeholders/delete presses)? The cursor disappearing can happen with Quill <= 1.3.0 when it's positioned after a placeholder that's the last element on a line, I've been meaning to add the InlineEmbed code from recent Quill versions to this to better support earlier Quill versions. |
This happened on Chrome, latest. Versions below:
Like I said, it was pretty random occurrences, I'll try and replicate exactly tonight and list the steps below. It might not be a huge issue to be honest, as the last few times it's happened it's been on |
Thanks, there could definitely be some issues with the |
I just saw the same thing with a I'm using quill 1.3.6 and also using react-quill as a wrapper. Happens when the document contains only 2 elements, both placeholders: a nonrequired thing followed by a required thing. Positioning cursor to end of doc & hitting backspace, causes the required field to dupe. |
If you play around with adding text, adding placeholders (required and non) and pressing delete enough, pretty quickly it starts to bug out and you see duplicate placeholders. Also seems to make the text-cursor disappear, but this solution might solve this particular secondary issue.
The text was updated successfully, but these errors were encountered: