-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
feat: drag and drop across multi editors #4328
Conversation
✅ Deploy Preview for tiptap-embed ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Another related pull request: #3429 |
@songispm is this ready to merge given the change which was requested was made? |
yes, I think it's worked. |
Great work! Is it straightforward to do this React? I see there’s currently only a Vue example. @bdbch if you are happy do you think this could get in to a release? |
Would like to use this feature! |
bcaef5c
to
7e7ae19
Compare
Moved to #5893 |
Please describe your changes
Delete content when drop on another editor,
At the same time, it does not affect the normal drop event effect of the editor.
Work in nested nodes too.
Core change of code:
https://github.com/ueberdosis/tiptap/pull/4328/files#diff-6eddae5591c39b131ab5597e8ac574df71fafda96023c4573c45fd73ed066b9f
Related issues
#3133
Demo
https://deploy-preview-4328--tiptap-embed.netlify.app/preview/Experiments/MultipleEditors
or checkout this pull request
iShot_2023-08-14_00.48.28.mp4