You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(editor): normalize line endings in code display and closed#423
Handle Windows-style CRLF line endings (\r\n) by converting them to Unix-style LF (\n) in the editor. This ensures consistent code display and prevents issues with line number handling and text processing.
0 commit comments