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
Can be reproduced with https://www.slatejs.org/#/plain-text
No random characters.
in renderPlaceholder:
if (editor.state.isComposing) { if (IS_EDGE && !editor.props.value.document.text) { // noop } else { return; } }
The text was updated successfully, but these errors were encountered:
Closing in favor of #2368, if you think this is unrelated let me know and we can reconsider.
Sorry, something went wrong.
No branches or pull requests
What's the current behavior?
Can be reproduced with
https://www.slatejs.org/#/plain-text
Windows 10
Microsoft Edge 42.17134.1.0
Microsoft EdgeHTML 17.17134
What's the expected behavior?
No random characters.
My work around
in renderPlaceholder:
The text was updated successfully, but these errors were encountered: