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(signal-input-migration): preserve line endings #432

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

Kiskae
Copy link
Contributor

@Kiskae Kiskae commented Jun 20, 2024

Without this change the text contained in value will be shorter than end - start if it contains \r\n, since all the \r characters will be stripped out. This causes the change offset to be wrong for all subsequent changes.

Copy link
Collaborator

@eneajaho eneajaho left a comment

Choose a reason for hiding this comment

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

Thanks for this @Kiskae 🙌

@eneajaho eneajaho merged commit 6ea16f6 into ngxtension:main Jun 29, 2024
1 check failed
@eneajaho
Copy link
Collaborator

@all-contributors please add @Kiskae for code

Copy link
Contributor

@eneajaho

I've put up a pull request to add @Kiskae! 🎉

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.

None yet

2 participants