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
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
When we move our cursor forward in a line with the right arrow where one of the words is a hyperlink, the link popup opens up and the cursor jumps to the link URL input field.
Expected Behavior
The pop-up should not open up until we click on the hyperlink text. The cursor should move past the letters in the text one by one without the pop-up opening.
Current Behavior
It jumps to the URL input field as soon as the cursor touches the hyperlink text.
Steps to Reproduce
Open up Storybook => Markdown Editor
Go to the first line which has a hyperlink text with the right arrow.
As soon as the cursor touches the hyperlink text, the link pop-up would open up.