" " is converted to " " when using the link UI #12512
Labels
[Block] Paragraph
Affects the Paragraph Block
[Feature] Rich Text
Related to the Rich Text component that allows developers to render a contenteditable
[Type] Bug
An existing feature does not function as intended
The issue
When trying to add a link to this string of raw text:
 
, the text is converted into
.Reproduction steps
<p>
tags with the following:&nbsp;
.#
as the URL and press Enter.<a href="#"> </a>
.Expected behavior
After adding a link, the content between the
<p>
tags should be<a href="#">&nbsp;</a>
.Environment
The text was updated successfully, but these errors were encountered: