anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
131 stars 31 forks source link

InsertDelimitedText : Fixed line break characters #54

Closed naratteu closed 5 months ago

naratteu commented 5 months ago

GIF 2024-01-11 오후 6-33-23

I've fixed an issue where line breaks were not properly handled when copying and pasting, as shown in the GIF. The testing environment was a Blazor Server project running on Windows 10 and Edge browser.

anmcgrath commented 5 months ago

Looks good, thanks!