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
Description In Chrome, double-clicking a word on Windows before an inline element and pressing backspace causes Slate to crash with the error
Recording https://github.com/user-attachments/assets/8426b849-86d2-4f5c-9514-608ab33b3e02
Steps To reproduce the behavior:
'a '
Failed to execute 'setEnd' on 'Range': There is no child at offset 66
Expectation The selected text 'a ' is deleted.
Environment
The text was updated successfully, but these errors were encountered:
This appears to have been resolved in our codebase by removing the <InlineChromiumBugFix /> as documented here.
<InlineChromiumBugFix />
Sorry, something went wrong.
No branches or pull requests
Description
In Chrome, double-clicking a word on Windows before an inline element and pressing backspace causes Slate to crash with the error
Recording
https://github.com/user-attachments/assets/8426b849-86d2-4f5c-9514-608ab33b3e02
Steps
To reproduce the behavior:
'a '
(a, space) is selectedFailed to execute 'setEnd' on 'Range': There is no child at offset 66
Expectation
The selected text
'a '
is deleted.Environment
The text was updated successfully, but these errors were encountered: