Closed nperez0111 closed 1 month ago
Latest commit: dcacb0ea10616f6239fcee94a6a721e92da25a72
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | dcacb0ea10616f6239fcee94a6a721e92da25a72 |
Latest deploy log | https://app.netlify.com/sites/tiptap-embed/deploys/66fa7b4d4937e5000829c1de |
Deploy Preview | https://deploy-preview-5684--tiptap-embed.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Changes Overview
This updates the
onDrop
andonPaste
event callbacks to only ever be registered if they exist on the editor instance at creation. It also refactors them to be extensions rather than separate Prosemirror plugins which would causes plugins to be destroyed and recreated immediatelyImplementation Approach
Testing Done
Verification Steps
Additional Notes
Checklist
Related Issues