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 IMO.
Tested in Firefox 68 and Chromium 73 on Linux with the version that's deployed to https://www.slatejs.org/#/rich-text right now.
The selected text is deleted, but not copied to clipboard. Ctrl-X / Cmd-X work fine. Shift-Del should work just like Ctrl-X.
The text was updated successfully, but these errors were encountered:
As far as I can tell, macOS does not have this behavior. I have confirmed this on Windows, even though I didn't know about it until today 🙂.
I wonder what events fire for this. If a cut event or something does, maybe this can be implemented without the need for OS specific logic.
Sorry, something went wrong.
I don't think there's anything like a cut event in browsers, but there's already a bit of platform-specific handling in https://github.com/ianstormtaylor/slate/blob/master/packages/slate-hotkeys/src/index.js.
No branches or pull requests
Do you want to request a feature or report a bug?
Bug IMO.
What's the current behavior?
Tested in Firefox 68 and Chromium 73 on Linux with the version that's deployed to https://www.slatejs.org/#/rich-text right now.
What's the expected behavior?
The selected text is deleted, but not copied to clipboard. Ctrl-X / Cmd-X work fine. Shift-Del should work just like Ctrl-X.
The text was updated successfully, but these errors were encountered: