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(&nbsp): a bug of header contains the &nbsp fixed #271

Merged
merged 3 commits into from
Aug 23, 2024

Conversation

dependentmadani
Copy link
Contributor

@dependentmadani dependentmadani commented Aug 18, 2024

Problem:

When the first input in the note contains spaces, the header of the note show  .
resolves #257

Cause:

The noteContent get stored as HTML entity. For this reason, the title shows the  , whenever there is occurrence of space in the first block of the note.

Solution:

  • Target the return value of function in useNote service and replace all occurrences of   with space.
  • The change was made also on the NoteList where the bug occurs too.

@neSpecc
Copy link
Member

neSpecc commented Aug 19, 2024

Please, attach an issue correctly

@dependentmadani
Copy link
Contributor Author

The attachment has been updated.

@dependentmadani dependentmadani merged commit fe69f21 into main Aug 23, 2024
3 checks passed
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.

[ Bug ]   in tab title when note header contains spaces
3 participants