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
Description Not able to copy-paste inline void
Recording https://user-images.githubusercontent.com/15036127/151166062-4ca7cc0e-5674-4ba8-b1fb-2ffdb21dd574.mov
Steps To reproduce the behavior:
Expectation Expected that I would be able to copy-paste the Mention
Environment
The text was updated successfully, but these errors were encountered:
I believe this is because insertFragment needs to be called with voids: true if you want to be able to paste on top of voids.
insertFragment
voids: true
slate/packages/slate/src/transforms-text/insert-fragment.ts
Line 46 in 49ba21a
Sorry, something went wrong.
No branches or pull requests
Description
Not able to copy-paste inline void
Recording
https://user-images.githubusercontent.com/15036127/151166062-4ca7cc0e-5674-4ba8-b1fb-2ffdb21dd574.mov
Steps
To reproduce the behavior:
Expectation
Expected that I would be able to copy-paste the Mention
Environment
The text was updated successfully, but these errors were encountered: