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(display): prevent two consecutive spaces in JSX #997

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

kellnerd
Copy link
Contributor

3feb714 inserted a non-breaking space at the end of the line which is not automatically stripped, but treated as text. Because the next line also starts with text, an additional space is inserted to separate "words" (which was unwanted in this case).

3feb714 inserted a non-breaking space
at the end of the line which is not automatically stripped, but treated
as text. Because the next line also starts with text, an additional
space is inserted to separate "words" (which was unwanted in this case).
@kellnerd kellnerd force-pushed the jsx-whitespace-fix branch from 7b1a987 to 6950d90 Compare June 22, 2023 18:51
Copy link
Member

@MonkeyDo MonkeyDo left a comment

Choose a reason for hiding this comment

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

Thanks :)

@MonkeyDo MonkeyDo merged commit 1029d42 into metabrainz:master Jul 4, 2023
@kellnerd kellnerd deleted the jsx-whitespace-fix branch July 4, 2023 18:37
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