Describe the bug
On any Rich Text powered block, when trying to add a link to a text, the selected text will automatically be set as link without showing the settings UI.
As an example, selection a text text, the HTML code generated will look like:
<!-- wp:paragraph -->
<p>Hello <a href="text"> text </a> </p>
<!-- /wp:paragraph -->
To Reproduce
Steps to reproduce the behavior:
- Select some text on a Paragraph block (or any rich text powered block)
- Click on the links button in the action bar.
- The Links UI won't show.
Expected behavior
The Links UI should be presented.
Screenshots

Describe the bug
On any Rich Text powered block, when trying to add a link to a text, the selected text will automatically be set as link without showing the settings UI.
As an example, selection a
texttext, the HTML code generated will look like:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Links UI should be presented.
Screenshots