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
Drag & dropped content used to be correctly parsed by Tiptap but it's no longer the case (and I think it started happening after this PR: #1997).
Here is a short video where you can see me:
Easiest way to reproduce the issue is to:
*Markdown* _content_
If you use the following versions of packages, it works as expected:
@tiptap/core
2.0.0-beta.118
2.0.0-beta.119
@tiptap/vue-3
2.0.0-beta.69
@tiptap/starter-kit
2.0.0-beta.117
https://codesandbox.io/s/cranky-mountain-zo2sw?file=/src/App.vue
Drag & dropped content should be treated like copy/pasted content (like it used to be).
No response
The text was updated successfully, but these errors were encountered:
bc03c0d
Thank you for the quick fix, it works perfectly! 👌
Sorry, something went wrong.
Thanks for the report!
No branches or pull requests
What’s the bug you are facing?
Drag & dropped content used to be correctly parsed by Tiptap but it's no longer the case (and I think it started happening after this PR: #1997).
Here is a short video where you can see me:
Peek.2022-01-20.10-59.mp4
How can we reproduce the bug on our side?
Easiest way to reproduce the issue is to:
*Markdown* _content_
If you use the following versions of packages, it works as expected:
@tiptap/core
version2.0.0-beta.118
(issue started with2.0.0-beta.119
)@tiptap/vue-3
version2.0.0-beta.69
@tiptap/starter-kit
version2.0.0-beta.117
Can you provide a CodeSandbox?
https://codesandbox.io/s/cranky-mountain-zo2sw?file=/src/App.vue
What did you expect to happen?
Drag & dropped content should be treated like copy/pasted content (like it used to be).
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: