You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated in title, not sure why its happening, but with link extension enabled, when theres a link without target attribute its added there anyway with _blank value in it.
Which browser was this experienced in? Are any special extensions installed?
Chrome
How can we reproduce the bug on our side?
open editor with:
<p>
<a href="/jobs/new">jobs</a>
</p>
Interesting enough this is not passed on with value - just rendered inside editor content element.
Can you provide a CodeSandbox?
No response
What did you expect to happen?
It would be great to have some configuration allowing to discard this behaviour
Anything to add? (optional)
No response
Did you update your dependencies?
Yes, I’ve updated my dependencies to use the latest version of all packages.
Are you sponsoring us?
Yes, I’m a sponsor. 💖
The text was updated successfully, but these errors were encountered:
Hey there, it seems that target and rel attributes are now set by default. To not set them, you must use null. This is currently not allowed by the typing, so I've submitted a PR to fix this.
What’s the bug you are facing?
As stated in title, not sure why its happening, but with link extension enabled, when theres a link without target attribute its added there anyway with _blank value in it.
Which browser was this experienced in? Are any special extensions installed?
Chrome
How can we reproduce the bug on our side?
open editor with:
Interesting enough this is not passed on with value - just rendered inside editor content element.
Can you provide a CodeSandbox?
No response
What did you expect to happen?
It would be great to have some configuration allowing to discard this behaviour
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: