Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rendering a link containing a soft hyphen (alternative) #3258

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johnnyomair
Copy link
Collaborator

Description

Alternative to #3165

Acceptance criteria

Further information

Comment on lines +82 to +86
if (keyIndices[key]) {
keyIndices[key] = keyIndices[key] + 1;
} else {
keyIndices[key] = 1;
}
Copy link
Member

Choose a reason for hiding this comment

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

I originally wanted to avoid creating a new key on every render. But here it probably doesn't matter that much.

@johnnyomair johnnyomair marked this pull request as draft February 27, 2025 16:28
@johnnyomair johnnyomair marked this pull request as draft February 27, 2025 16:28
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.

2 participants