Skip to content

Conversation

@flakeed
Copy link
Member

@flakeed flakeed commented Apr 14, 2023

No description provided.

@agsagds
Copy link
Member

agsagds commented Apr 16, 2023

@konard konard linked an issue May 6, 2023 that may be closed by this pull request
Comment on lines +228 to +231
const searchInput = document.activeElement;
if (searchInput instanceof HTMLInputElement || searchInput instanceof HTMLTextAreaElement) {
return;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

searchInput should be renamed to activeElement, because it can be not only searchInput

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We not should use activeElement from document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ArrowLeft && ArrowRight don't move cursor in link search text

3 participants