Frontmatter
| title | Refactor/string util fix #4490 |
| author | unknown |
| state | Merged |
| createdAt | Jun 24, 2023, 5:37 PM |
| updatedAt | Aug 15, 2023, 4:55 PM |
| closedAt | Jun 26, 2023, 10:36 AM |
| mergedAt | Jun 26, 2023, 10:36 AM |
| branches | dev ← refactor/string-util |
| url | https://github.com/neomjs/neo/pull/4513 |
Merged

unknown
commented on Jun 24, 2023, 5:37 PM
This PR fix #4490.

unknown
commented on Jun 24, 2023, 5:43 PM
@tobiu Is this method now obsolete after implementing StringUtil.escapeHtml?
https://github.com/neomjs/neo/blob/63bc6a6a00b069733f11c69645b5b0d17000ff83/docs/app/view/classdetails/MembersList.mjs#L450-L457

tobiu
commented on Jun 26, 2023, 5:51 PM
@tobiu Is this method now obsolete after implementing
StringUtil.escapeHtml?
feel free to open a ticket for using your string util inside this spot of the docs app
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themasterbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: