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
🐞 Bug
The first keypress of a german backtic fails to register an onChange event which creates different slate and dom points.
From sandbox: https://codesandbox.io/s/slate-reproductions-forked-m8qpg?file=/package.json
Editor crashes with error Cannot resolve a Slate point from DOM point: [object Text],1
Cannot resolve a Slate point from DOM point: [object Text],1
This can also be reproduced in slate.js examples
Slate: 0.59.0 Browser: Chrome Version 86.0.4240.198 (Official Build) (x86_64) OS: Mac 11.01
The text was updated successfully, but these errors were encountered:
Seems like #3437 would solve this issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Do you want to request a feature or report a bug?
🐞 Bug
What's the current behavior?
The first keypress of a german backtic fails to register an onChange event which creates different slate and dom points.
From sandbox: https://codesandbox.io/s/slate-reproductions-forked-m8qpg?file=/package.json
Editor crashes with error
Cannot resolve a Slate point from DOM point: [object Text],1
This can also be reproduced in slate.js examples
Slate: 0.59.0
Browser: Chrome Version 86.0.4240.198 (Official Build) (x86_64)
OS: Mac 11.01
What's the expected behavior?
The text was updated successfully, but these errors were encountered: