Skip to content

adding logic to handle windows line endings when content is pasted on… #63

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

Merged

Conversation

Akhand-99
Copy link
Contributor

… Windows machines.

This commit closes issue #49. On Windows machines, when data with "\r\n" line endings was pasted, the active table cells would retain "\r" at the last cell in each row as shown below:
active-table-windows-line-ending-issue-on-paste

This commit handles Windows style line endings, fixing the issue as shown below:
fixed-active-table-windows-line-ending-issue

@OvidijusParsiunas OvidijusParsiunas self-assigned this May 13, 2025
@OvidijusParsiunas OvidijusParsiunas added the enhancement New feature or request label May 13, 2025
@OvidijusParsiunas OvidijusParsiunas self-requested a review May 13, 2025 13:07
@OvidijusParsiunas OvidijusParsiunas merged commit 3d11056 into OvidijusParsiunas:main May 13, 2025
1 check passed
@OvidijusParsiunas
Copy link
Owner

OvidijusParsiunas commented May 13, 2025

Thankyou for your contribution. This is now available in active-table and active-table-react packages version 1.1.7.

@Akhand-99
Copy link
Contributor Author

Thank you for accepting my Pull Request! Glad to have contributed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants