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
https://www.slatejs.org/examples/plain-text
Backward selection from the start of a block is not working correctly.
It looks that the cursor is moving when selecting
Chrome 78.0.3904.108 Windows 10 Slate v0.50.0
The cursor should not change its position when selecting with the mouse
The text was updated successfully, but these errors were encountered:
Is it just when using the mouse?
Sorry, something went wrong.
Using only Shift+Left, the backward selection breaks when traversing an empty block:
Using Ctrl+Shift+Left: breaks only when starting from an empty block:
I think the original thing is a mouse-only behavior that is related to the zero-width spaces. I'm going to close in favor of #1971.
No branches or pull requests
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
https://www.slatejs.org/examples/plain-text
Backward selection from the start of a block is not working correctly.
It looks that the cursor is moving when selecting
Chrome 78.0.3904.108
Windows 10
Slate v0.50.0
What's the expected behavior?
The cursor should not change its position when selecting with the mouse
The text was updated successfully, but these errors were encountered: