-
Notifications
You must be signed in to change notification settings - Fork 57
[Rich Text]: Links button won't show links settings #1875
Copy link
Copy link
Closed
Labels
[Type] BugSomething isn't workingSomething isn't working[Type] RegressionExisting functionality that got brokenExisting functionality that got broken
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Type] BugSomething isn't workingSomething isn't working[Type] RegressionExisting functionality that got brokenExisting functionality that got broken
