You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on a void inline node it’s state to selected (in this case it gets a black outline)
Use the keyboard or dropdown menu to copy
Paste
The copied node is not actually copied to the clipboard. The same behavior happens with cut.
Didn't include a fiddle as this happens in the current emoji example. https://www.slatejs.org/#/emojis
Mac OS 10.13.6
Google Chrome 67.0.3396.99
Some background:
In our use case, the void node contains underlying data that customized by the user. Like the emoji, some of it is displayed by the inline for the user to see. This scenario makes just inserting another instead of copy/pasting much more time consuming.
What's the expected behavior?
The inline node is copied (or cut) to the clipboard
The text was updated successfully, but these errors were encountered:
I believe that this may be fixed by #3093, which has changed a lot of the logic in Slate and slate-react especially. I'm going to close this out, but as always, feel free to open a new issue if it persists for you. Thanks for understanding.
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
Didn't include a fiddle as this happens in the current emoji example.
https://www.slatejs.org/#/emojis
Mac OS 10.13.6
Google Chrome 67.0.3396.99
Some background:
![copy](https://user-images.githubusercontent.com/1156239/44598608-6fed1780-a788-11e8-8b2a-64d75bd2e3a4.gif)
In our use case, the void node contains underlying data that customized by the user. Like the emoji, some of it is displayed by the inline for the user to see. This scenario makes just inserting another instead of copy/pasting much more time consuming.
What's the expected behavior?
The inline node is copied (or cut) to the clipboard
The text was updated successfully, but these errors were encountered: