Closed juraj98 closed 1 week ago
Latest commit: df343a38a3b45c6c5b84d0ae0fa87a73ea1d3c35
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Name | Link |
---|---|
Latest commit | df343a38a3b45c6c5b84d0ae0fa87a73ea1d3c35 |
Latest deploy log | https://app.netlify.com/sites/tiptap-embed/deploys/672c2c0790b2840008b84c63 |
Deploy Preview | https://deploy-preview-5810--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
Fixes #4368
Implementation Approach
I figured that just checking if selection's
to
andfrom
doesn't match, default backspace behavior will result in expected behavior. So I added check to handleBackspace.ts.Testing Done
N/A
Verification Steps
/preview/Extensions/ListKeymap
.If you created list with one list item there will be no error in console. If you created list with multiple list items, the behavior will be as expected. Compare this with previous behavior either of tiptap's
develop
or live exampleChecklist
Related Issues
4368