-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Can't escape a created link #3293
Comments
FYI, I fixed this by installing the v30 since the issue since to be from the v31 |
Thanks for the tips! I encounter the same bug, and your solution works! |
Facing the same issue w/ latest v2.0.0-beta.199. I was able to temporarily solve it by running |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I confirm I have the same issue. Commenting to remove the "stale" tag |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Commenting again to remove "stale" tag. |
I assumed the solution to this would be to use |
This still an issue |
Overwriting the "inclusive" attribute of the Link extension to be false, like the following, Link.extend({
inclusive: false
}) , worked for me. |
This actually should be controlled with Unfortunately due to a bug in extension config overrides value of the By default Link.extend({
exitable: true
}) |
I can verify that @romansp's solution works. Instead of having Link.extend({
inclusive: false
}) And you don't have to upgrade to |
Should be resolved in the latest version |
What’s the bug you are facing?
Here's a video with the issue:
Screen.Recording.2022-10-10.at.11.23.27.mov
As you can see, we can't "get out" of the link once it's set.
Which browser was this experienced in? Are any special extensions installed?
Only tested in Chrome 105
How can we reproduce the bug on our side?
On the example page, can have 3 ways to add links:
We don't have the issue when you paste a link directly when we do for the 2 others cases, see:
Screen.Recording.2022-10-10.at.11.29.14.mov
Can you provide a CodeSandbox?
No response
What did you expect to happen?
I would expect the link to not be active after setting it.
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: