Skip to content
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

fix: Typing after link doesn't revert to regular text #1225

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

matthewlipski
Copy link
Collaborator

Closes #1199

To fix this, my original idea was to modify the TipTap autolink plugin. I found that disabling it fixes the referenced issue, but we still want links to get automatically created from user input. However, after creating an identical local version of the autolink plugin and disabling the one from the Link mark, I got the behaviour that we want. I'm not sure why this is the case since the code is identical, and I thought I would have to modify it to get everything working. @YousefED can you spot anything obvious that I'm not seeing?

Copy link

vercel bot commented Nov 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blocknote ✅ Ready (Inspect) Visit Preview Nov 7, 2024 5:41pm
blocknote-website ✅ Ready (Inspect) Visit Preview Nov 7, 2024 5:41pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pressing space when creating a link should convert the content type back to regular text
1 participant